vn-verdnaturachat/ios/fastlane
Diego Mello 91ad21092e
[FIX] Fastlane iOS (#2513)
2020-10-01 10:45:11 -03:00
..
Appfile [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
Fastfile [NEW] Push notification data privacy (#2213) 2020-07-28 10:43:43 -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 [FIX] Fastlane iOS (#2513) 2020-10-01 10:45:11 -03:00
report.xml [FIX] Fastlane iOS (#2513) 2020-10-01 10:45:11 -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 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.