Skip to content

Commit

Permalink
Bump mlaunch to xamarin/maccore@34725fe136 (#18) (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored May 9, 2019
1 parent 0faf210 commit ff1d19c
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mlaunch/bin/mlaunch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

pushd `dirname $0` > /dev/null
SCRIPTPATH=`pwd -P`
pushd "$(dirname "$0")" > /dev/null
SCRIPTPATH=$(pwd -P)
popd > /dev/null

exec $SCRIPTPATH/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch "$@"
exec "$SCRIPTPATH/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch" "$@"
Binary file modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch
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 modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/System.dll
Binary file not shown.
Binary file modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/System.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
</dllmap>
<dllmap dll="System.Native" target="__Internal"/>
<dllmap dll="System.Native" target="mono-native"/>
<dllmap dll="System.Security.Cryptography.Native.Apple" target="mono-native"/>
<dllmap dll="System.Net.Security.Native" target="mono-native"/>
</configuration>

Binary file not shown.
Binary file not shown.
Binary file modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/mlaunch.exe
Binary file not shown.
Binary file modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/mlaunch.pdb
Binary file not shown.
Binary file modified mlaunch/lib/mlaunch/mlaunch.app/Contents/MonoBundle/mscorlib.dll
Binary file not shown.
Binary file not shown.

0 comments on commit ff1d19c

Please sign in to comment.