Mercurial > public > simoleon
view fastlane/README.md @ 104:3ec9e69b28f9
Added fastlane README info
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 04 Aug 2021 21:32:37 +0100 |
parents | |
children | 407611b9df91 |
line wrap: on
line source
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).