Skip to content

Files

Latest commit

 

History

History

fastlane

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 test

[bundle exec] fastlane android test

Run all the tests

android deploy

[bundle exec] fastlane android deploy

Deploy new version to Google Play and APK Store options: beta:false (default)

android checkMetadata

[bundle exec] fastlane android checkMetadata

Check Metadata

android updateMetadata

[bundle exec] fastlane android updateMetadata

Update Metadata

android checkVersionCodeSet

[bundle exec] fastlane android checkVersionCodeSet

Check if the version code was set

android checkTrackingAddedInDependencyUsingIzzyScript

[bundle exec] fastlane android checkTrackingAddedInDependencyUsingIzzyScript

Check if tracking added in some dependency using Izzy's script

android checkTrackingAddedInDependencyUsingExodus

[bundle exec] fastlane android checkTrackingAddedInDependencyUsingExodus

Check if tracking added in some dependency using exodus

android runFluidattacks

[bundle exec] fastlane android runFluidattacks

Run fluidattacks

android createGitHubDraftRelease

[bundle exec] fastlane android createGitHubDraftRelease

Create GitHub draft release

android dryRun

[bundle exec] fastlane android dryRun

Dry run - check tracking added for all flavors


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.