This commit is contained in:
@@ -26,3 +26,10 @@ Attractor operates in five "security modes":
|
||||
- Custom redirect rules
|
||||
- Catalyst and iPadOS support
|
||||
|
||||
## Deployment
|
||||
|
||||
TestFlight deployment is handled by Fastlane and the Gitea workflow at `.gitea/workflows/testflight.yml`.
|
||||
|
||||
Required Gitea secrets match the local `.env.example`: `APP_STORE_CONNECT_KEY_ID`, `APP_STORE_CONNECT_ISSUER_ID`, `APP_STORE_CONNECT_KEY_CONTENT`, `MATCH_GIT_URL`, `MATCH_PASSWORD`, and `MATCH_GIT_BASIC_AUTHORIZATION`.
|
||||
|
||||
Push a tag like `release/ios/v4.2` or `Attractor-4.2` to build and upload to TestFlight. To prepare signing assets locally, run `bundle exec fastlane ios setup_signing`; to upload manually, run `bundle exec fastlane ios beta`.
|
||||
|
||||
Reference in New Issue
Block a user