mobile-wallet/fastlane
2025-08-14 21:48:18 +00:00
..
config chore(fastlane): Refactor Fastlane configuration and workflows (#1846) 2025-02-04 21:57:16 +05:30
metadata/android/en-GB chore(fastlane): Refactor Fastlane configuration and workflows (#1846) 2025-02-04 21:57:16 +05:30
AppFile chore(actions): Migrated Android & iOS Workflows to use Fastlane (#1841) 2024-12-30 22:24:06 -05:00
FastFile misc: optimize slow cmp_shared build step in CI (#1904) 2025-08-14 21:48:18 +00:00
PluginFile chore: Fixed Fastlane & Firebase App Distribution Workflow (#1822) 2024-11-27 15:19:31 +05:30
README.md chore(fastlane): Refactor Fastlane configuration and workflows (#1846) 2025-02-04 21:57:16 +05:30
report.xml misc: optimize slow cmp_shared build step in CI (#1904) 2025-08-14 21:48:18 +00: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

Android

android assembleDebugApks

[bundle exec] fastlane android assembleDebugApks

Assemble debug APKs.

android assembleReleaseApks

[bundle exec] fastlane android assembleReleaseApks

Assemble Release APK

android bundleReleaseApks

[bundle exec] fastlane android bundleReleaseApks

Bundle Release APK

android deployReleaseApkOnFirebase

[bundle exec] fastlane android deployReleaseApkOnFirebase

Publish Release Artifacts to Firebase App Distribution

android deployDemoApkOnFirebase

[bundle exec] fastlane android deployDemoApkOnFirebase

Publish Demo Artifacts to Firebase App Distribution

android deployInternal

[bundle exec] fastlane android deployInternal

Deploy internal tracks to Google Play

android promoteToBeta

[bundle exec] fastlane android promoteToBeta

Promote internal tracks to beta on Google Play

android promote_to_production

[bundle exec] fastlane android promote_to_production

Promote beta tracks to production on Google Play

android generateVersion

[bundle exec] fastlane android generateVersion

Generate Version for different platforms

android generateReleaseNote

[bundle exec] fastlane android generateReleaseNote

Generate release notes

android generateFullReleaseNote

[bundle exec] fastlane android generateFullReleaseNote

Generate full release notes from specified tag or latest release tag


iOS

ios build_ios

[bundle exec] fastlane ios build_ios

Build iOS application

ios increment_version

[bundle exec] fastlane ios increment_version

ios deploy_on_firebase

[bundle exec] fastlane ios deploy_on_firebase

Upload iOS application to Firebase App Distribution

ios generateReleaseNote

[bundle exec] fastlane ios generateReleaseNote

Generate release notes


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.