build(ios): remote appVersionSource (hands-off auto-increment)#528
Merged
Conversation
…ement With appVersionSource: remote + autoIncrement, EAS tracks the iOS build number server-side and bumps it for every production build — no more manual app.json edits or the stuck-local-value duplicates. Seed buildNumber to 35 (34 is the last build on App Store Connect) so the first remote build lands >=35 with no duplicate; after that EAS owns the value. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying chinmaya-janata with
|
| Latest commit: |
499e79e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b4426ef0.project-janatha.pages.dev |
| Branch Preview URL: | https://chore-remote-app-version.project-janatha.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches
cli.appVersionSourcetoremoteand restoresautoIncrement: trueon the production profile so EAS tracks + bumps the iOS build number server-side every build (fixes the local-source stuck-dup issue from #526 properly). Seedsapp.jsonbuildNumber to 35 (34 is the last ASC build) so the first remote build is dup-free; EAS owns the number after that.