49 lines
995 B
Markdown
49 lines
995 B
Markdown
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 load_asc_api_token
|
|
|
|
```sh
|
|
[bundle exec] fastlane ios load_asc_api_token
|
|
```
|
|
|
|
Load the App Store Connect API token
|
|
|
|
### ios deploy_testing
|
|
|
|
```sh
|
|
[bundle exec] fastlane ios deploy_testing
|
|
```
|
|
|
|
Deploy a new version to closed testing (testflight)
|
|
|
|
### ios deploy_release
|
|
|
|
```sh
|
|
[bundle exec] fastlane ios deploy_release
|
|
```
|
|
|
|
Deploy a new version as a full release
|
|
|
|
----
|
|
|
|
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).
|