sudo gem install fastlane
fastlane ios ci
Runs all the unit tests
Submits a new Beta Build to Fabric
Submits a new Beta Build to Apple TestFlight
fastlane ios release
fastlane ios test
Runs all the unit tests
fastlane ios fabric
Submit a new Beta Build to Fabric
This will also make sure the profile is up to date
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.