mifos-mobile/fastlane
2025-10-07 12:15:54 -04:00
..
config chore(fastlane): Refactor Fastlane configuration and workflows (#2756) 2025-02-04 19:47:12 +05:30
metadata chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00
screenshots_ios/en-US chore(fastlane): prepare ios app for App Store submission with assets, metadata and screenshots (#2972) 2025-09-13 20:00:43 +01:00
screenshots_macos/en-US chore(workflows,fastlane): configure macOS App Store distribution for desktop app (lanes, workflow, screenshots) (#2976) 2025-10-07 12:15:54 -04:00
age_rating.json chore(fastlane): prepare ios app for App Store submission with assets, metadata and screenshots (#2972) 2025-09-13 20:00:43 +01:00
app_privacy_details.json chore(fastlane): prepare ios app for App Store submission with assets, metadata and screenshots (#2972) 2025-09-13 20:00:43 +01:00
AppFile feat: Fix Build Issues & Setup Workflows (#2766) 2025-05-13 12:38:24 -04:00
FastFile chore(fastlane): prepare ios app for App Store submission with assets, metadata and screenshots (#2972) 2025-09-13 20:00:43 +01:00
Pluginfile feat: Fix Build Issues & Setup Workflows (#2766) 2025-05-13 12:38:24 -04:00
PluginFile chore(fastlane): Refactor Fastlane configuration and workflows (#2756) 2025-02-04 19:47:12 +05:30
README.md chore(fastlane): Refactor Fastlane configuration and workflows (#2756) 2025-02-04 19:47:12 +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.