Add TestFlight release automation

This commit is contained in:
2026-07-27 16:52:14 -07:00
parent 584d63bfe7
commit fef3404e96
11 changed files with 556 additions and 4 deletions
+40
View File
@@ -0,0 +1,40 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
### ios prepare_signing
```sh
[bundle exec] fastlane ios prepare_signing
```
Create or renew the App Store provisioning profile in the Match repository
### ios release
```sh
[bundle exec] fastlane ios release
```
Build a release tag and upload it to TestFlight
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).