verdnatura-chat/ios/fastlane
Diego Mello 5891366c5f Chore: Rotate CI secrets (#4797) 2023-01-24 13:11:52 -03:00
..
Appfile Merge beta into master (#1897) 2020-03-18 18:26:17 -03:00
Fastfile Chore: Rotate CI secrets (#4797) 2023-01-24 13:11:52 -03:00
Matchfile Use cordova repository to get certificates 2018-03-15 11:47:18 -03:00
Pluginfile Merge 4.19.0 into master (#3357) 2021-08-31 15:40:59 -03:00
README.md Merge 4.13.0 into master (#2728) 2020-12-21 12:55:40 -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 beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

ios release

fastlane ios release

Build Experimental app

ios build_fork

fastlane ios build_fork

Build fork app

ios build_official

fastlane ios build_official

Build Official app


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.