2022-02-24 17:44:21 +02: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
|
|
|
|
|
2022-05-02 14:40:34 +03:00
|
|
|
### alpha
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane alpha
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-09-23 15:02:32 +03:00
|
|
|
### github_release
|
2022-02-24 17:44:21 +02:00
|
|
|
|
|
|
|
```sh
|
2022-09-23 15:02:32 +03:00
|
|
|
[bundle exec] fastlane github_release
|
2022-02-24 17:44:21 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-09-23 15:02:32 +03:00
|
|
|
### app_store_release
|
2022-02-24 17:44:21 +02:00
|
|
|
|
|
|
|
```sh
|
2022-09-23 15:02:32 +03:00
|
|
|
[bundle exec] fastlane app_store_release
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### build_adhoc
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane build_adhoc
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### build_release
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane build_release
|
2022-02-24 17:44:21 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-08-19 17:42:03 +03:00
|
|
|
### unit_tests
|
2022-04-28 09:31:29 +03:00
|
|
|
|
|
|
|
```sh
|
2022-08-19 17:42:03 +03:00
|
|
|
[bundle exec] fastlane unit_tests
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### ui_tests
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane ui_tests
|
2022-04-28 09:31:29 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-08-18 16:32:29 +03:00
|
|
|
### integration_tests
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane integration_tests
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-02-24 17:44:21 +02: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).
|