vn-verdnaturachat/ios/fastlane
Youssef Muhamad b8474286a8
[FIX] Failing iOS build on fork PR (#2558)
* Fix fastlane build for a fork PR

* Change the iOS fastlane command to build_fork
2020-10-15 10:43:12 -03:00
..
Appfile [CHORE] Switch Apple account on Fastlane (#1810) 2020-03-02 16:15:18 -03:00
Fastfile [FIX] Failing iOS build on fork PR (#2558) 2020-10-15 10:43:12 -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

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.