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

iOS

ios appstore_profile

[bundle exec] fastlane ios appstore_profile

ios development_profile

[bundle exec] fastlane ios development_profile

ios build

[bundle exec] fastlane ios build

ios archive

[bundle exec] fastlane ios archive

ios testflight_release

[bundle exec] fastlane ios testflight_release

ios appstore_release

[bundle exec] fastlane ios appstore_release

ios update_github_release

[bundle exec] fastlane ios update_github_release

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.