2022-03-11 10:59:31 -06:00
|
|
|
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
|
|
|
|
|
|
2025-11-01 01:21:39 -05:00
|
|
|
### ios gha_testflight_dev
|
2022-03-11 10:59:31 -06:00
|
|
|
|
|
|
|
|
```sh
|
2025-11-01 01:21:39 -05:00
|
|
|
[bundle exec] fastlane ios gha_testflight_dev
|
2022-03-11 10:59:31 -06:00
|
|
|
```
|
|
|
|
|
|
2025-10-31 09:05:03 -05:00
|
|
|
iOS Development Build to TestFlight (requires separate bundle ID)
|
|
|
|
|
|
2025-11-01 01:21:39 -05:00
|
|
|
### ios gha_release_prod
|
2025-10-31 09:05:03 -05:00
|
|
|
|
|
|
|
|
```sh
|
2025-11-01 01:21:39 -05:00
|
|
|
[bundle exec] fastlane ios gha_release_prod
|
2025-10-31 09:05:03 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
iOS Release to TestFlight
|
|
|
|
|
|
|
|
|
|
### ios release_manual
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios release_manual
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
iOS Manual Release
|
2022-03-11 10:59:31 -06:00
|
|
|
|
2026-01-28 07:55:58 -06:00
|
|
|
### ios gha_build_only
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios gha_build_only
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
iOS Build Only (no TestFlight upload)
|
|
|
|
|
|
2022-03-11 10:59:31 -06:00
|
|
|
----
|
|
|
|
|
|
|
|
|
|
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).
|