Skip to content

Latest commit

 

History

History
111 lines (67 loc) · 1.83 KB

README.md

File metadata and controls

111 lines (67 loc) · 1.83 KB

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 certificates

[bundle exec] fastlane ios certificates

Make sure to copy the .env.dist to .env and fill all values before running any lanes

Fetch certificates and provisioning profiles

ios build

[bundle exec] fastlane ios build

Build the iOS application.

ios beta

[bundle exec] fastlane ios beta

Publish a beta release to the App Store

ios production

[bundle exec] fastlane ios production

Publish a production release to the App Store

ios certificates_reset

[bundle exec] fastlane ios certificates_reset

Reset certificates and provisioning profiles (e.g. after expiration)


Android

android build

[bundle exec] fastlane android build

Build the Android application.

android internal

[bundle exec] fastlane android internal

Publish an internal release to the Play Store

android alpha

[bundle exec] fastlane android alpha

Publish a alpha release to the Play Store

android beta

[bundle exec] fastlane android beta

Publish a beta release to the Play Store

android production

[bundle exec] fastlane android production

Publish a production release to the 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.