Files
App/ios/fastlane
skalthoff 2892f49764 Enhance CI workflows to include APK and IPA upload steps for testing (#388)
* Enhance CI workflows to include APK and IPA upload steps for testing

* Remove git_branch specification from Matchfile

* Remove redundant APK path from Android build workflow
2025-05-31 01:57:29 -05:00
..
2025-02-02 22:11:56 -06:00
2025-05-14 18:02:18 -05: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

iOS

ios build

[bundle exec] fastlane ios build

Push a new beta build to TestFlight

ios beta

[bundle exec] fastlane ios beta

ios notifyOnDiscord

[bundle exec] fastlane ios notifyOnDiscord

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.