Skip to content

feat(settings): display app version and build number in footer #232

@owieth

Description

@owieth

Description

The app version (CFBundleShortVersionString) and build number (CFBundleVersion) are configured in Info.plist and updated by CI, but not visible anywhere in the UI.

Proposed Change

Add a version + build label to the existing SettingsView footer (between the app name and tagline), e.g. v1.0 (42).

Read values from Bundle.main.infoDictionary — no new files or helpers needed.

Acceptance Criteria

  • Settings footer shows version and build number
  • Format: v{version} ({build})
  • Styled consistently with existing footer text (.caption2, .tertiary)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions