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

## iOS

### ios clean

```sh
[bundle exec] fastlane ios clean
```

Remove derived data and cached package artifacts

### ios deps

```sh
[bundle exec] fastlane ios deps
```

Resolve and print dependencies for the entire package or a specific target

### ios devices

```sh
[bundle exec] fastlane ios devices
```

Sync device UUIDs from Firebase and register them in App Store Connect

### ios profiles

```sh
[bundle exec] fastlane ios profiles
```

Sync provisioning profiles and certificates for the specified build types and flavors (renew with renew:true)

### ios test

```sh
[bundle exec] fastlane ios test
```

Runs all tests

### ios lint

```sh
[bundle exec] fastlane ios lint
```

Runs lint on Swift files and Package.swift

### ios analyze

```sh
[bundle exec] fastlane ios analyze
```

Runs lint on Swift files and Package.swift

### ios version

```sh
[bundle exec] fastlane ios version
```

Increment version and build requested artifacts

### ios build

```sh
[bundle exec] fastlane ios build
```

Increment version and build requested artifacts

### ios distribute

```sh
[bundle exec] fastlane ios distribute
```

Distribute artifacts

----

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