Back to Anx Reader

Installation

android/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

Android

android build

sh
[bundle exec] fastlane android build

android release_play_store

sh
[bundle exec] fastlane android release_play_store

Release to Play 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.