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 cask install fastlane
fastlane ios tests
fastlane ios increase_build
Increase build number
fastlane ios increase_version
Increase version and build number
fastlane ios beta
TestFlight deployment to itunes connect
fastlane ios upload_testflight
Upload current build to TestFlight
fastlane ios release
Deploy a new version to the App Store
fastlane ios screenshots
Screenshots
fastlane ios localize
Localize
fastlane ios update_lokalise
fastlane ios update_itunes
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.