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
## iOS
### ios certificates
```
fastlane ios certificates
```
Download all certificates
### ios get_latest_release_notes
```
fastlane ios get_latest_release_notes
```
Get Latest Release Notes
### ios develop_certificates
```
fastlane ios develop_certificates
```
Download or regenerate(with option) development and adhoc match certificates for ios signing
### ios appstore_certificates
```
fastlane ios appstore_certificates
```
Download or regenerate(with option) appstore certificates for ios signing
### ios register_new_devices
```
fastlane ios register_new_devices
```
Register new devices
### ios build
```
fastlane ios build
```
iOS build
### ios beta_testflight_deploy
```
fastlane ios beta_testflight_deploy
```
iOS beta testflight deploy
### ios testflight_deploy
```
fastlane ios testflight_deploy
```
iOS testflight deploy
### ios production_deploy
```
fastlane ios production_deploy
```
iOS production deploy

----

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).
