Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.29 KB

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 pull_request_checks

fastlane ios pull_request_checks

Performs basic integration checks to be run before merging

ios beta

fastlane ios beta

Push a new beta build to TestFlight

ios update_osm_oauth_credentials

fastlane ios update_osm_oauth_credentials

Update the OAuth1 credentials that are used for communication with OpenStreetMap.org

ios update_jawg_access_token

fastlane ios update_jawg_access_token

Update the access token that is used to retrieve the map vector tiles from Jawg.io

ios regenerate_app_icon

fastlane ios regenerate_app_icon

Re-generates the app icon from the base app_icon.png in the fastlane metadata directory


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.