chore(ios): add team id helper

This commit is contained in:
Peter Steinberger
2025-12-26 18:16:13 +01:00
parent 2f8213ca9a
commit b9d80aa535
2 changed files with 17 additions and 1 deletions

View File

@@ -22,10 +22,11 @@ ASC_KEY_PATH=/absolute/path/to/AuthKey_XXXXXXXXXX.p8
IOS_DEVELOPMENT_TEAM=YOUR_TEAM_ID
```
Tip: run `scripts/ios-team-id.sh` from the repo root to print a Team ID to paste into `.env`.
Run:
```bash
cd apps/ios
fastlane beta
```