mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-23 17:30:18 +01:00
Mac OS initial app bundle
This commit is contained in:
parent
9acd3dbc9b
commit
11afb3c0e6
2 changed files with 26 additions and 0 deletions
26
Platform/MacOS/Info.plist
Normal file
26
Platform/MacOS/Info.plist
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?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>CFBundleGetInfoString</key>
|
||||
<string>Foo</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SpaceCadetPinball</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.github.k4zmu2a.spacecadetpinball</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Space Cadet Pinball</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icon.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.01</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>IFMajorVersion</key>
|
||||
<integer>2</integer>
|
||||
<key>IFMinorVersion</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</plist>
|
BIN
Platform/MacOS/icon.icns
Normal file
BIN
Platform/MacOS/icon.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue