Set up Gitea TestFlight deployment
All checks were successful
TestFlight / testflight (push) Successful in 1m24s

This commit is contained in:
2026-07-18 23:21:19 -07:00
parent e6e0b1d736
commit d6d280338d
8 changed files with 466 additions and 14 deletions

View File

@@ -15,6 +15,22 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
## iOS
### ios setup_signing
```sh
[bundle exec] fastlane ios setup_signing
```
Create or update match signing assets
### ios build
```sh
[bundle exec] fastlane ios build
```
Build an App Store-signed QueueCube IPA without uploading it
### ios beta
```sh