mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05: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.