ChatSecure-iOS/fastlane
Chris Ballinger 03b6a74cda 5.0.1 2020-02-16 10:05:04 -08:00
..
Appfile Update screenshots 2018-07-12 19:20:02 -07:00
Deliverfile 5.0.1 2020-02-16 10:05:04 -08:00
Fastfile Update screenshots 2018-07-12 19:20:02 -07:00
README.md Update screenshots 2018-07-12 19:20:02 -07:00
Snapfile Metadata updates 2019-04-22 19:18:20 -07:00
SnapshotHelper.swift Metadata updates 2019-04-22 19:18:20 -07: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 screenshots

fastlane ios screenshots

Generate new localized screenshots

ios upload_screenshots

fastlane ios upload_screenshots

Uploads screenshots to iTC

ios upload_metadata

fastlane ios upload_metadata

Uploads metadata to iTC

ios upload_all

fastlane ios upload_all

Uploads metadata and screenshots to iTC


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.