Mac OS initial app bundle

This commit is contained in:
Kowalski Dragon 2021-12-29 11:10:05 +01:00
parent 9acd3dbc9b
commit 11afb3c0e6
No known key found for this signature in database
GPG Key ID: C4E819BD2BC6233E
2 changed files with 26 additions and 0 deletions

26
Platform/MacOS/Info.plist Normal file
View 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

Binary file not shown.