Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support custom CFBundleVersion for iOS and macOS #13030

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

velocitysystems
Copy link
Contributor

@velocitysystems velocitysystems commented Mar 19, 2025

This PR resolves #12479 and adds support for specifying a custom CFBundleVersion for iOS and macOS.
It allows a custom build number to be injected i.e. from CI and used in Info.plist when building an application bundle.

Specifically this resolves the issue where multiple builds cannot be submitted to TestFlight for a single version i.e. 1.0.0 (1), 1.0.0 (2) which is a blocking issue for CI/CD automation. It follows the same approach used for specifying versionCode for Android and adds a new bundle configuration property for iOS and macOS: bundleVersion.

See PR 3216 with related documentation changes.

cc: @lucasfernog

@velocitysystems
Copy link
Contributor Author

@lucasfernog @FabianLars PR has been rebased and is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📬Proposal
Development

Successfully merging this pull request may close these issues.

[feat] Support custom CFBundleVersion for iOS and macOS
1 participant