Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 959 Bytes

README.md

File metadata and controls

47 lines (40 loc) · 959 Bytes

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

iOS

ios ci

fastlane ios ci

Runs all the unit tests

Submits a new Beta Build to Fabric

Submits a new Beta Build to Apple TestFlight

ios release

fastlane ios release

ios test

fastlane ios test

Runs all the unit tests

ios fabric

fastlane ios fabric

Submit a new Beta Build to Fabric

This will also make sure the profile is up to date

ios itc

fastlane ios itc

Submit a new Beta Build to Apple TestFlight

This will also make sure the profile is up to date


This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.