xamarin-macios/tools/mtouch/mtouch

8 строки
211 B
Bash
Executable File

#!/bin/bash -e
pushd "$(dirname "$0")/.." > /dev/null
MONOTOUCH_PREFIX=$(pwd -P)
popd > /dev/null
exec /Library/Frameworks/Mono.framework/Commands/mono64 --debug "$MONOTOUCH_PREFIX/lib/mtouch/mtouch.exe" "$@"