Skip to content

fix(app): correct the in-app version (Info.plist as single source of truth)#11

Merged
scumunna merged 1 commit into
mainfrom
fix/app-version
Jun 24, 2026
Merged

fix(app): correct the in-app version (Info.plist as single source of truth)#11
scumunna merged 1 commit into
mainfrom
fix/app-version

Conversation

@scumunna

Copy link
Copy Markdown
Owner

The About box hardcoded "BidLab 1.0" and Info.plist's CFBundleShortVersionString was 1.0.0 — two stale, unlinked declarations, even though v1.1.1 shipped and main now carries a batch of post-1.1.1 features.

Change

  • Info.plistCFBundleShortVersionString = 1.2.0, CFBundleVersion = 4.
  • SettingsSurface now reads CFBundleShortVersionString from the bundle instead of a hardcoded string, so Info.plist is the single source of truth and the About box can't drift again.

Why 1.2.0 (your call to change)

main has, since the 1.1.1 release: the free web explorable suite, the step-by-step Pixel Setup module + native widgets, the conversion-tracking engine, the 100-scenario acceptance suite, and 100% coverage gates on both engines. That's a backward-compatible feature batch → a minor bump by semver. If you'd rather cut this as 1.1.2 (patch) or anything else, it's a one-line change in Info.plist now.

Verified

  • ./Scripts/build.sh release → builds clean.
  • Built bundle reports CFBundleShortVersionString = 1.2.0 (so the About box shows "BidLab 1.2.0").
  • ./Scripts/test.sh → 5,271 checks pass.

🤖 Generated with Claude Code

… truth

The About box hardcoded "BidLab 1.0" and Info.plist's CFBundleShortVersionString
was 1.0.0 — two stale, unlinked declarations, even though v1.1.1 shipped and main
now carries post-1.1.1 features (the web explorable suite, the Pixel Setup module
+ native widgets, conversion tracking, the acceptance suite, and 100% coverage
gates). Bump Info.plist to 1.2.0 (a minor release for the new features; build 4)
and have SettingsSurface read CFBundleShortVersionString from the bundle, so the
version lives in one place and the About box cannot drift again.

Verified: app builds (release), the built bundle reports 1.2.0, core suite green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@scumunna scumunna merged commit e78d004 into main Jun 24, 2026
1 check passed
@scumunna scumunna deleted the fix/app-version branch June 24, 2026 17:15
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