mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-30 20:11:40 -04:00
57a550d33a
The bundle version strings were left at 0.1.0 while the project is at 1.0.0 (project(Spaghettify VERSION 1.0.0)), so the macOS .app and cpack bundle report the wrong version in Finder/Get Info. Match them to the project version. Co-authored-by: quarrel07 <paeans-toggle-2e@icloud.com>
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleName</key>
|
|
<string>SpaghettiKart</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>SpaghettiKart</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>SpaghettiKart.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.SpaghettiKart.SpaghettiKart</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
</array>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>ZMM</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2024 HarbourMasters.</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.15</string>
|
|
<key>LSArchitecturePriority</key>
|
|
<array>
|
|
<string>arm64</string>
|
|
<string>x86_64</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |