# HG changeset patch # User Dennis Concepción Martín # Date 1628109157 -3600 # Node ID 3ec9e69b28f9c41185d7254b836fb991ff7ec251 # Parent 9cae6d39c7385a94e2c5069fbbe3e99305e7f39e Added fastlane README info diff -r 9cae6d39c738 -r 3ec9e69b28f9 fastlane/README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/README.md Wed Aug 04 21:32:37 2021 +0100 @@ -0,0 +1,34 @@ +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 beta +``` +fastlane ios beta +``` +Push a new beta build to TestFlight +### ios release +``` +fastlane ios release +``` +Release new version to App Store + +---- + +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).