mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-27 02:45:28 -04:00
Fix stale macOS Info.plist version (0.1.0 -> 1.0.0) (#706)
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>
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>SpaghettiKart</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>SpaghettiKart.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -22,11 +22,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>ZMM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.0</string>
|
||||
<string>1.0.0</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2024 HarbourMasters.</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
Reference in New Issue
Block a user