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
fastlane ios pull_request_checks
Performs basic integration checks to be run before merging
fastlane ios beta
Push a new beta build to TestFlight
fastlane ios update_osm_oauth_credentials
Update the OAuth1 credentials that are used for communication with OpenStreetMap.org
fastlane ios update_jawg_access_token
Update the access token that is used to retrieve the map vector tiles from Jawg.io
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.