Add TestFlight release script suite#705
Merged
mpretty-cyro merged 1 commit intoJul 21, 2026
Merged
Conversation
Add a self-contained set of scripts to build, sign, and submit Session iOS to TestFlight without opening Xcode — runnable locally and CI-ready (all credentials via environment variables / .env). No Fastlane. - release.sh: one-command orchestrator (reads master's version, tag-gates, builds, attaches to a GitHub draft, uploads to TestFlight) - bump_version.sh: bumps the project-level version on dev and opens a PR - prepare_github_release.sh: creates the tag + GitHub draft release - build_release.sh: distribution device archive + IPA export (session-<v>.ipa) - testflight_upload.sh: uploads the IPA via the App Store Connect API key - release_env.sh / lib_version.sh: shared credential/keychain + version helpers - build_ci.sh: new archive-device mode (Apple Distribution + dwarf-with-dsym) - exportOptions.plist, RELEASING.md, and .gitignore entries for credentials Signing uses cloud-managed certificates via an App Store Connect API key and -allowProvisioningUpdates, so no .p12 is required. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mpretty-cyro
force-pushed
the
feature/release-build-scripts
branch
from
July 20, 2026 23:35
11136e4 to
cc6d677
Compare
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.
Add a self-contained set of scripts to build, sign, and submit Session iOS to TestFlight without opening Xcode — runnable locally and CI-ready (all credentials via environment variables / .env).
Signing uses cloud-managed certificates via an App Store Connect API key and -allowProvisioningUpdates, so no .p12 is required.