This commit is contained in:
2016-05-29 18:10:44 +02:00
parent 61aa1de2e0
commit cb7005fff0
381 changed files with 73702 additions and 2 deletions

BIN
assets/mac/util/Icon.icns Normal file

Binary file not shown.

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleExecutable</key>
<string>launcher.sh</string>
<key>CFBundleIconFile</key>
<string>Icon</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>© 2013 yourteam</string>
<key>CFBundleIdentifier</key>
<string>com.yourteam.sample</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>sample</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>LSApplicationCategoryType</key>
<string>Game</string>
</dict>
</plist>

3
assets/mac/util/launcher.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd "${0%/*}" ; cd ..
MacOS/sample $1 $2