mifos-mobile/fastlane
2025-02-10 08:55:43 +05:30
..
config feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30
metadata/android/en-US feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30
AppFile feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30
FastFile feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30
Pluginfile feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30
README.md feat: Fix Build Issues & Setup Workflows (#2766) 2025-02-10 08:55:43 +05:30

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.