Testflight banner
zhu-xiaowei zhu-xiaowei

Testflight

Development community

Description

--- description: Build iOS release IPA and upload a new TestFlight build (auto-bumps CFBundleVersion) allowed-tools: Bash(npm run release:ios), Bash(./scripts/release-ios.sh) --- Ship a new TestFlight build. Run the release script — it auto-bumps `CFBundleVersion` in `src-tauri/gen/apple/project.yml`, builds the release IPA, validates it, and uploads to TestFlight via the App Store Connect API: ``` npm run release:ios ``` Run it in the background (build + upload takes several minutes) and mon

Installation

Installs to ~/.claude/commands/zhu-xiaowei-baton-testflight.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zhu-xiaowei/Baton/HEAD/.claude/commands/testflight.md -o ~/.claude/commands/zhu-xiaowei-baton-testflight.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository