Back to Anx Reader

Installation

ios/fastlane/README.md

1.14.01.1 KB
Original Source

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

sh
xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

sh_on_root

sh
[bundle exec] fastlane sh_on_root

fetch_dependencies

sh
[bundle exec] fastlane fetch_dependencies

build_autogenerated_code

sh
[bundle exec] fastlane build_autogenerated_code

test

sh
[bundle exec] fastlane test

iOS

ios build_ipa

sh
[bundle exec] fastlane ios build_ipa

ios release_app_store

sh
[bundle exec] fastlane ios release_app_store

Release a new build to Apple Store


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.