vn-verdnaturachat/ios/fastlane
Diego Mello c360c2ca86
[CHORE] Switch Apple account on Fastlane (#1810)
2020-03-02 16:15:18 -03:00
..
Appfile [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
Fastfile [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
Matchfile Use cordova repository to get certificates 2018-03-15 11:47:18 -03:00
Pluginfile [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
README.md [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
report.xml [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00

README.md

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 cask install fastlane

Available Actions

iOS

ios test

fastlane ios test

Runs all the tests

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

ios release

fastlane ios release

Build App for release

ios build

fastlane ios build

Build App for development


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.