Mercurial > public > simoleon
view fastlane/README.md @ 143:407611b9df91
Add new Upload to App Store lane
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 17 Aug 2021 08:42:00 +0100 |
parents | 3ec9e69b28f9 |
children |
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 ``` Capture screenshots and release version to App Store ### ios upload ``` fastlane ios upload ``` Upload to App Store Connect ---- 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).