fluffychat/android/fastlane/README.md

40 lines
857 B
Markdown
Raw Normal View History

2020-11-22 11:04:47 +01:00
fastlane documentation
================
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
xcode-select --install
```
Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
# Available Actions
## Android
2021-11-04 17:17:12 +01:00
### android set_build_code_internal
2020-11-22 11:04:47 +01:00
```
2021-11-04 17:17:12 +01:00
fastlane android set_build_code_internal
2020-11-22 11:04:47 +01:00
```
2021-11-04 17:17:12 +01:00
### android deploy_internal_test
2020-11-22 11:04:47 +01:00
```
2021-11-04 17:17:12 +01:00
fastlane android deploy_internal_test
2020-11-22 11:04:47 +01:00
```
### android deploy_release
```
fastlane android deploy_release
```
----
2021-11-04 17:17:12 +01:00
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
2020-11-22 11:04:47 +01:00
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).