This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mlaunch to xamarin/maccore@4505cd6f02 (#8)
- Loading branch information
1 parent
e1e8bdf
commit 69a9088
Showing
27 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash -e | ||
|
||
pushd `dirname $0` > /dev/null | ||
SCRIPTPATH=`pwd -P` | ||
popd > /dev/null | ||
|
||
exec $SCRIPTPATH/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch "$@" |
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
mlaunch/lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch.dSYM/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.xcode.dsym.com.xamarin.xamarin-launcher</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>dSYM</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+12.9 MB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch.dSYM/Contents/Resources/DWARF/mlaunch
Binary file not shown.
Binary file added
BIN
+96.5 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/Mono.Security.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+55.5 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/System.Net.Http.dll
Binary file not shown.
Binary file added
BIN
+41.8 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/System.Net.Http.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+292 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/Xamarin.Hosting.dll
Binary file not shown.
Binary file added
BIN
+90.8 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/Xamarin.Hosting.pdb
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.64 MB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/Xamarin.Mac.dll.mdb
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions
15
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<configuration> | ||
<dllmap dll="i:cygwin1.dll" target="libc.dylib"/> | ||
<dllmap dll="libc" target="libc.dylib"/> | ||
<dllmap dll="i:msvcrt" target="libc.dylib"/> | ||
<dllmap dll="i:msvcrt.dll" target="libc.dylib"/> | ||
<dllmap dll="sqlite" target="libsqlite.0.dylib"/> | ||
<dllmap dll="sqlite3" target="libsqlite3.0.dylib"/> | ||
<dllmap dll="i:kernel32.dll"> | ||
<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/> | ||
<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/> | ||
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/> | ||
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/> | ||
</dllmap> | ||
</configuration> | ||
|
Binary file added
BIN
+621 KB
mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/libMonoPosixHelper.dylib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
APPL???? |