Skip to content

Latest commit

 

History

History
 
 

fastlane

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

lint

fastlane lint

autocorrect

fastlane autocorrect

download_provisioning_profiles

fastlane download_provisioning_profiles

import_provisioning_profiles

fastlane import_provisioning_profiles

update_dsyms

fastlane update_dsyms

update_notification_test_cases

fastlane update_notification_test_cases

Update the test cases from the fcm repo

icons

fastlane icons

Generate proper icons for all build trains

update_swiftgen_config

fastlane update_swiftgen_config

Update switftgen input/output files

update_strings

fastlane update_strings

Download latest localization files from Lokalize

push_strings

fastlane push_strings

Upload localized strings to Lokalise

unused_strings

fastlane unused_strings

Find unused localized strings

update_lokalise_metadata

fastlane update_lokalise_metadata

Upload App Store Connect metadata to Lokalise

update_asc_metadata

fastlane update_asc_metadata

Download App Store Connect metadata from Lokalise and upload to App Store Connect Connect

set_version

fastlane set_version

Set version number

setup_ha_ci

fastlane setup_ha_ci

Setup Continous Integration

test

fastlane test

Run tests


iOS

ios build

fastlane ios build

Mac

mac build

fastlane mac build

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.