Skip to content

Files

Latest commit

 

History

History
 
 

fastlane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 screenshots

[bundle exec] fastlane ios screenshots

Generate new localized screenshots

ios create_ios_app_online

[bundle exec] fastlane ios create_ios_app_online

Create iOS app online

ios increment_version_with

[bundle exec] fastlane ios increment_version_with

ios beta

[bundle exec] fastlane ios beta

Deploy Beta version of the app ...

ios adhoc

[bundle exec] fastlane ios adhoc

Deploy Adhoc version of the app ...

ios app_store

[bundle exec] fastlane ios app_store

Deploy App Store version of the app ...

ios deploy_to_testflight

[bundle exec] fastlane ios deploy_to_testflight

Upload build to TestFlight ...

ios slack_message

[bundle exec] fastlane ios slack_message

Slack to default channel

ios slack_sandbox

[bundle exec] fastlane ios slack_sandbox

Slack to sandbox destination (for testing)

ios generate_ipa_file

[bundle exec] fastlane ios generate_ipa_file

Generate .ipa file

ios generate_app_file

[bundle exec] fastlane ios generate_app_file

Generate .app file

ios generate_docs

[bundle exec] fastlane ios generate_docs

Generate documentation

ios post_release

[bundle exec] fastlane ios post_release

Post 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.