| .. | ||
| AppFile | ||
| Fastfile | ||
| Pluginfile | ||
| README.md | ||
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
Android
android deployProdToPlayStore
[bundle exec] fastlane android deployProdToPlayStore
Submit a new Production Build to Play Store
By Default it sets the version_code to last from PlayStore + 1.
Optionally version code increase can be skipped via:
[bundle exec] fastlane deployProdToPlayStore skip_build_number_increase:true
android zipReleaseNativeSymbols
[bundle exec] fastlane android zipReleaseNativeSymbols
Zip the native_debug_symbols
By default zips the release version
You may change the file name and build_type_and_flavour via:
[bundle exec] fastlane zipReleaseNativeSymbols output_path:./new.zip build_type_and_flavour:stagingRelease
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.