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
|
|
|
|
|
2025-02-11 11:13:28 +00:00
|
|
|
### build_alpha
|
2022-05-02 14:40:34 +03:00
|
|
|
|
|
|
|
```sh
|
2025-02-11 11:13:28 +00:00
|
|
|
[bundle exec] fastlane build_alpha
|
2022-05-02 14:40:34 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-10-24 16:00:17 +03:00
|
|
|
### unit_tests
|
2022-09-23 15:02:32 +03:00
|
|
|
|
|
|
|
```sh
|
2022-10-24 16:00:17 +03:00
|
|
|
[bundle exec] fastlane unit_tests
|
2022-09-23 15:02:32 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-10-24 16:00:17 +03:00
|
|
|
### ui_tests
|
2022-09-23 15:02:32 +03:00
|
|
|
|
|
|
|
```sh
|
2022-10-24 16:00:17 +03:00
|
|
|
[bundle exec] fastlane ui_tests
|
2022-02-24 17:44:21 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-10-24 16:00:17 +03:00
|
|
|
### integration_tests
|
2022-04-28 09:31:29 +03:00
|
|
|
|
|
|
|
```sh
|
2022-10-24 16:00:17 +03:00
|
|
|
[bundle exec] fastlane integration_tests
|
2022-08-19 17:42:03 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-27 18:18:17 +01:00
|
|
|
### config_production
|
2022-08-19 17:42:03 +03:00
|
|
|
|
|
|
|
```sh
|
2024-06-27 18:18:17 +01:00
|
|
|
[bundle exec] fastlane config_production
|
2022-04-28 09:31:29 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-27 18:18:17 +01:00
|
|
|
### config_nightly
|
2023-07-14 10:19:38 +02:00
|
|
|
|
|
|
|
```sh
|
2024-06-27 18:18:17 +01:00
|
|
|
[bundle exec] fastlane config_nightly
|
2023-07-14 10:19:38 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-10-24 16:00:17 +03:00
|
|
|
### upload_dsyms_to_sentry
|
2022-08-18 16:32:29 +03:00
|
|
|
|
|
|
|
```sh
|
2022-10-24 16:00:17 +03:00
|
|
|
[bundle exec] fastlane upload_dsyms_to_sentry
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### release_to_github
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane release_to_github
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### prepare_next_release
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane prepare_next_release
|
2022-08-18 16:32:29 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-05-11 13:34:37 +03:00
|
|
|
### tag_nightly
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane tag_nightly
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-02-11 11:13:28 +00:00
|
|
|
### config_alpha
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane config_alpha
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-02-24 18:36:08 +00:00
|
|
|
### config_secrets
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane config_secrets
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|