Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Bump mlaunch to xamarin/maccore@4505cd6f02 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Mar 22, 2018
1 parent e1e8bdf commit 69a9088
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mlaunch/bin/mlaunch
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 added mlaunch/lib/mlaunch/mlaunch.app/Contents/Info.plist
Binary file not shown.
Binary file not shown.
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/config
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions mlaunch/lib/mlaunch/mlaunch.app/Contents/PkgInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APPL????

0 comments on commit 69a9088

Please sign in to comment.