Skip to content

Bump version for App Store update#26

Merged
BigAkins merged 1 commit into
mainfrom
Ak/app-store-update-1-0-5
May 24, 2026
Merged

Bump version for App Store update#26
BigAkins merged 1 commit into
mainfrom
Ak/app-store-update-1-0-5

Conversation

@BigAkins

@BigAkins BigAkins commented May 24, 2026

Copy link
Copy Markdown
Owner

Sets MARKETING_VERSION to 1.0.5 and CURRENT_PROJECT_VERSION to 3 for the next App Store submission. Signing settings, entitlements, build phases, and source files are unchanged.

Greptile Summary

This PR bumps the build number and aligns version strings across all targets in preparation for an App Store submission. All six build configurations (Debug and Release for the main app, AkFitTests, and AkFitUITests) now share consistent version metadata.

  • CURRENT_PROJECT_VERSION is incremented from 2 to 3 in every build configuration; this is the build number App Store Connect uses to distinguish uploads.
  • MARKETING_VERSION is updated from 1.0 to 1.0.5 in the four test-target configurations; the main app target already carried 1.0.5 from a prior commit, so no change was needed there.

Confidence Score: 5/5

Safe to merge — only version metadata is touched and all six build configurations are consistent.

The change is limited to version number fields in the Xcode project file. Every build configuration (Debug and Release across the main app, AkFitTests, and AkFitUITests) ends up with CURRENT_PROJECT_VERSION = 3 and MARKETING_VERSION = 1.0.5. No source files, entitlements, signing settings, or build phases were modified.

No files require special attention.

Important Files Changed

Filename Overview
AkFit/AkFit.xcodeproj/project.pbxproj Bumps CURRENT_PROJECT_VERSION from 2 to 3 across all 6 build configurations (Debug/Release for main app, AkFitTests, AkFitUITests) and aligns MARKETING_VERSION to 1.0.5 in the four test-target configurations that were still on 1.0. The main app target's MARKETING_VERSION was already at 1.0.5 in the base branch.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[project.pbxproj] --> B[Main App Target\nai.talktoem.AkFit]
    A --> C[AkFitTests Target\nai.talktoem.AkFitTests]
    A --> D[AkFitUITests Target\nai.talktoem.AkFitUITests]

    B --> B1[Debug Config]
    B --> B2[Release Config]
    C --> C1[Debug Config]
    C --> C2[Release Config]
    D --> D1[Debug Config]
    D --> D2[Release Config]

    B1 & B2 --> BV["CURRENT_PROJECT_VERSION: 2 → 3\nMARKETING_VERSION: already 1.0.5"]
    C1 & C2 --> CV["CURRENT_PROJECT_VERSION: 2 → 3\nMARKETING_VERSION: 1.0 → 1.0.5"]
    D1 & D2 --> DV["CURRENT_PROJECT_VERSION: 2 → 3\nMARKETING_VERSION: 1.0 → 1.0.5"]
Loading

Reviews (1): Last reviewed commit: "Bump version for App Store update" | Re-trigger Greptile

Sets MARKETING_VERSION to 1.0.5 and CURRENT_PROJECT_VERSION to 3 for the next App Store submission. Signing settings, entitlements, build phases, and source files are unchanged.
Copilot AI review requested due to automatic review settings May 24, 2026 06:25
@supabase

supabase Bot commented May 24, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project cofakxwmrxauqtdldilx because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Xcode project’s versioning settings to prepare the AkFit app for the next App Store submission by bumping the user-facing version and internal build number.

Changes:

  • Set MARKETING_VERSION to 1.0.5 for Debug/Release configurations.
  • Set CURRENT_PROJECT_VERSION (build number) to 3 across app and test targets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BigAkins BigAkins merged commit f6e113d into main May 24, 2026
8 checks passed
@BigAkins BigAkins deleted the Ak/app-store-update-1-0-5 branch May 24, 2026 06:26
@BigAkins BigAkins restored the Ak/app-store-update-1-0-5 branch May 24, 2026 06:27
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.

2 participants