mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-02-20 07:47:44 -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
prod
[bundle exec] fastlane prod
Android
android build
[bundle exec] fastlane android build
android clean
[bundle exec] fastlane android clean
iOS
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.