Skip to content

Fix Info.plist version (0.1.0 → 2.0.0) to match project version#283

Open
quarrel07 wants to merge 1 commit into
HarbourMasters:mainfrom
quarrel07:fix-info-plist-version
Open

Fix Info.plist version (0.1.0 → 2.0.0) to match project version#283
quarrel07 wants to merge 1 commit into
HarbourMasters:mainfrom
quarrel07:fix-info-plist-version

Conversation

@quarrel07

Copy link
Copy Markdown

The version keys in Info.plist are still 0.1.0 while the project is at 2.0.0 (project(Starship VERSION 2.0.0 ...)). The macOS .app uses this plist, so it reports the wrong version in Finder Get Info / About. This bumps CFBundleGetInfoString, CFBundleShortVersionString, and CFBundleVersion to 2.0.0. One file, branched off current main.

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 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant