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

gen_provision

[bundle exec] fastlane gen_provision

Generate fresh mobileprovision

get_ipa_info

[bundle exec] fastlane get_ipa_info

Get ipa version, build, bundle id and name

iterate_over_ipas

[bundle exec] fastlane iterate_over_ipas

Scan all the ipas in ipas folder

create_plists

[bundle exec] fastlane create_plists

Creates plist files for ad hoc download

resign_ipas

[bundle exec] fastlane resign_ipas

Resign ipas with mobileprovision

upload_ipa

[bundle exec] fastlane upload_ipa

Upload ipa to github release section

create_readme

[bundle exec] fastlane create_readme

Generate readme based on ipas available

full_update

[bundle exec] fastlane full_update

Run full update of mobileprovision, ipas and readme

commit_update

[bundle exec] fastlane commit_update

Commit updated dirs

update

[bundle exec] fastlane update

Run update of ipas and readme


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.