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 register_a_device
```
fastlane ios register_a_device
```
Runs before each lane

Registers new devices
### ios download_profiles
```
fastlane ios download_profiles
```
Download the correct provisioning profiles
### ios tests
```
fastlane ios tests
```
Run tests
### ios build
```
fastlane ios build
```
Builds the IPA
### ios upload_appcenter
```
fastlane ios upload_appcenter
```
Upload build to AppCenter - Supports both Android and iOS
### ios upload_testflight
```
fastlane ios upload_testflight
```
Upload build to TestFlight

----

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