Files
iNaturalistReactNative/fastlane
Johannes Klein 3ba9d15731 v1.0.12+188
2025-12-03 08:17:38 +01:00
..
2025-07-09 14:55:36 +02:00
2025-12-03 08:17:38 +01:00
2025-07-10 10:54:35 +02:00

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

tag

[bundle exec] fastlane tag

build

[bundle exec] fastlane build

clean

[bundle exec] fastlane clean

release

[bundle exec] fastlane release

internal

[bundle exec] fastlane internal

beta

[bundle exec] fastlane beta

download_app_store_reviews

[bundle exec] fastlane download_app_store_reviews

prod

[bundle exec] fastlane prod

Android

android upload_metadata

[bundle exec] fastlane android upload_metadata

Upload description to Google Play

android build

[bundle exec] fastlane android build

android clean

[bundle exec] fastlane android clean

iOS

ios upload_metadata

[bundle exec] fastlane ios upload_metadata

Upload app metadata to App Store

ios build

[bundle exec] fastlane ios build

ios clean

[bundle exec] fastlane ios clean

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.