From 57a550d33ab20aa85d82bd7cbdb21ec1a9670dd0 Mon Sep 17 00:00:00 2001 From: quarrel07 Date: Thu, 25 Jun 2026 08:40:50 -0700 Subject: [PATCH] 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 --- Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index b4a34d654..d844ba858 100644 --- a/Info.plist +++ b/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable SpaghettiKart CFBundleGetInfoString - 0.1.0 + 1.0.0 CFBundleIconFile SpaghettiKart.icns CFBundleIdentifier @@ -22,11 +22,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.0 + 1.0.0 CFBundleSignature ZMM CFBundleVersion - 0.1.0 + 1.0.0 NSHumanReadableCopyright Copyright 2024 HarbourMasters. LSApplicationCategoryType