Skip to content

Latest commit

 

History

History
 
 

fastlane

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 beta

[bundle exec] fastlane ios beta

Push a new beta build to TestFlight

ios register_new_devices

[bundle exec] fastlane ios register_new_devices

Register new devices to Apple portal

ios build_ipa_ad_hoc

[bundle exec] fastlane ios build_ipa_ad_hoc

Ad-Hoc Distribution IPA generation

ios screenshots

[bundle exec] fastlane ios screenshots

Generate the screenshots for the AppStore

ios prepare_metadata

[bundle exec] fastlane ios prepare_metadata

Create Metadata Release Notes, Screenshots and push to git

ios release_on_appstore

[bundle exec] fastlane ios release_on_appstore

Create Release Notes, Screenshots, Build, Upload of regular iOS App and EMM App

ios owncloud_regular_build

[bundle exec] fastlane ios owncloud_regular_build

ios owncloud_emm_build

[bundle exec] fastlane ios owncloud_emm_build

ios owncloud_online_build

[bundle exec] fastlane ios owncloud_online_build

ios owncloud_branding_adhoc_build

[bundle exec] fastlane ios owncloud_branding_adhoc_build

ios owncloud_branding_appstore_build

[bundle exec] fastlane ios owncloud_branding_appstore_build

ios owncloud_ownbrander_build

[bundle exec] fastlane ios owncloud_ownbrander_build

ios owncloud_enterprise_build

[bundle exec] fastlane ios owncloud_enterprise_build

ios generate_appicon

[bundle exec] fastlane ios generate_appicon

ios build_ipa_in_house

[bundle exec] fastlane ios build_ipa_in_house

In-House Enterprise IPA generation


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.