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:
quarrel07
2026-06-25 08:40:50 -07:00
committed by GitHub
parent 458613f2d9
commit 57a550d33a
+3 -3
View File
@@ -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>