Reupload
This commit is contained in:
BIN
assets/mac/util/Icon.icns
Normal file
BIN
assets/mac/util/Icon.icns
Normal file
Binary file not shown.
26
assets/mac/util/Info.plist
Normal file
26
assets/mac/util/Info.plist
Normal 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
3
assets/mac/util/launcher.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd "${0%/*}" ; cd ..
|
||||
MacOS/sample $1 $2
|
Reference in New Issue
Block a user