Skip to content

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 unittest

[bundle exec] fastlane ios unittest

Run unit test

ios setup_certificate_and_provisioning

[bundle exec] fastlane ios setup_certificate_and_provisioning

Setup certificate and provisioning profile

ios setup_api_key

[bundle exec] fastlane ios setup_api_key

Setup API Key

ios get_app_info

[bundle exec] fastlane ios get_app_info

Get app info

ios get_app_info_current_test_flight_version

[bundle exec] fastlane ios get_app_info_current_test_flight_version

Get current testflight version

ios set_app_info

[bundle exec] fastlane ios set_app_info

Set app info

ios export

[bundle exec] fastlane ios export

Export file ipa distribution

ios upload_testflight_api_or_session

[bundle exec] fastlane ios upload_testflight_api_or_session

Upload testflight

ios upload_testflight_altool

[bundle exec] fastlane ios upload_testflight_altool

Upload testflight use altool

ios upload_testflight_method_1

[bundle exec] fastlane ios upload_testflight_method_1

Upload testflight method 1

ios upload_testflight_method_2

[bundle exec] fastlane ios upload_testflight_method_2

Upload testflight method 2


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.