Files
App/ios/fastlane
Ritesh Shukla b7444b9158 Add Unix timestamp to Discord release notification (#619)
Added a Unix timestamp to the release notification for better time representation.
2025-10-29 23:31:33 +05:30
..
2025-02-02 22:11:56 -06: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.