testflight-release

Featured

Ship a new TestFlight build of the iOS companion (TermioMobile) — resolve the next build number against App Store Connect, archive, sign, export, upload, write the What to Test notes, and distribute. Invoke when the user says 'ship a testflight build', 'update testflight', 'upload to testflight', 'new beta build', 'push the ios app to testers', '发一个 TestFlight', '更新 TestFlight', or '上传测试版'.

Testing & QA 436 stars 36 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# TestFlight release (iOS companion) Cuts a TestFlight build of `TermioMobile` by hand. Unlike the Mac app, **this is not automated**: `.github/workflows` has no upload step, so nothing happens when a PR merges. Every TestFlight build is a local archive + upload. Use the `asc` skill for anything beyond this path (crash triage, App Store submission, metadata). This skill is only the beta-build pipeline, with the repo-specific facts that `asc` cannot know. ## Constants | Thing | Value | | --- | --- | | App ID | `6790142237` (`sh.termio.mobile`, "Termio: Agentic Terminal") | | Bundle ID resource | `97KQ9JGYL8` | | Team | `5Y27G7B6D8`, from `ios/Signing.xcconfig` — **not** the project file | | Internal group | `7b62f012-b166-40df-ba19-e43c3a0b2c88` | | Public Beta group | `fe170244-643a-4c73-9c94-84ab44c254f9` (external, public link) | | Signing assets | `~/Library/Developer/asc-signing/termio/` (mode 700, outside the repo) | ## The build number in the repo is a lie `CURRENT_PROJECT_VERSION` in `ios/TermioMobile.xcodeproj/project.pbxproj` sits at an old value (285 at the time of writing) while App Store Connect is in the 700s. That is deliberate: the bump is applied for the archive and then thrown away. **Never commit the bump.** Resolve it against ASC, build, upload, revert: ```sh cd ios asc xcode version edit --next-build-number --app 6790142237 --platform IOS \ --project TermioMobile.xcodeproj --output json # ... archive, export, upload ... git checkout -- TermioMo...

Details

Author
termio-sh
Repository
termio-sh/termio
Created
3 months ago
Last Updated
today
Language
Swift
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category