From c0ce53420c6fc0204f4df21c1d5221b94c9deeee Mon Sep 17 00:00:00 2001 From: quarrel07 <178681861+quarrel07@users.noreply.github.com> Date: Sat, 18 Jul 2026 14:37:38 -0700 Subject: [PATCH] Fix Info.plist version (0.1.0 -> 2.0.0) to match project version The bundle version keys in Info.plist were still 0.1.0 while the project is at 2.0.0 (`project(Starship VERSION 2.0.0 ...)`), so the packaged macOS .app reports the wrong version (e.g. in Finder's Get Info / the About box). Update CFBundleGetInfoString, CFBundleShortVersionString, and CFBundleVersion to 2.0.0. Co-Authored-By: Claude Opus 4.8 --- Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index c0f51ab9..6744da6f 100644 --- a/Info.plist +++ b/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable Starship CFBundleGetInfoString - 0.1.0 + 2.0.0 CFBundleIconFile Starship.icns CFBundleIdentifier @@ -22,11 +22,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.0 + 2.0.0 CFBundleSignature ZMM CFBundleVersion - 0.1.0 + 2.0.0 NSHumanReadableCopyright Copyright 2024 HarbourMasters. LSApplicationCategoryType