Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

certs

[bundle exec] fastlane certs

Installs or updates certificates and provisioning profiles, which need for build product (native distribution)

remove_certs

[bundle exec] fastlane remove_certs

Remove local keychain, which contains certificates

notari

[bundle exec] fastlane notari

Notarize bundle using default credentials

Required options:

  • bundle: STRING Path to bundle, must be defined relativelly to BUILD_DIR

  • id: STRING Bundle id, used for notary service


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.