docs: update release process for iOS and Xcode Cloud integration#1014
Merged
docs: update release process for iOS and Xcode Cloud integration#1014
Conversation
sdsantos
approved these changes
Nov 25, 2025
| For iOS, update the `BUNDLE_VERSION` to match `versionCode` and `APP_VERSION` to match `versionName` | ||
| at `iosApp/Configuration/Config.xcconfig`. | ||
|
|
||
| - Run the Xcode Cloud workflow if not triggered automatically to ensure all iOS related actions for release are able to run. |
Contributor
There was a problem hiding this comment.
Maybe this should be a new step, like 1.3, since it's more than just updating the version.
Also, how can I run the Xcode Cloud workflow? It sound like a Github Workflow, but it isn't right? Can we link to it and/or explain who has access to it?
| It may fail due to differences in Xcode versions, macOS versions, or CI configuration. | ||
| Use the build logs to diagnose and fix any issues, then re-run the build. | ||
|
|
||
| - Once the build passes, update the build number under **Xcode Cloud > CI/CD > Settings** to match your release versioning. |
Contributor
There was a problem hiding this comment.
Can we use a link for Xcode Cloud > CI/CD > Settings? And the other similar references?
|
|
||
| #### 2.2 Publish iOS Apps | ||
|
|
||
| Go to [Publish iOS Apps](https://github.com/ooni/probe-multiplatform/actions/workflows/publish_ios.yml), |
Contributor
There was a problem hiding this comment.
We should delete this workflow too, to avoid confusions.
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.
Closes #460