Files
self/app/fastlane
Justin Hernandez 65b5f8a389 Bump build ios 128 android 67 (#601)
* bump build

* update clean commands

* add notification tracking provider, and update provider paths

* request permission for firebase cloud messaging

* since the app asks for permissions, let's enable this after configuring the APN

* remove monorepo building as it doesn't affect app build success

* add flags to expose build issues

* fix hermes path

* fix hermes path for emulator and bundle build
2025-06-07 07:36:06 -07:00
..
2025-06-07 07:36:06 -07: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 sync_version

[bundle exec] fastlane ios sync_version

Sync ios version

ios internal_test

[bundle exec] fastlane ios internal_test

Push a new build to TestFlight Internal Testing

ios deploy

[bundle exec] fastlane ios deploy

Prepare a new build for App Store submission


Android

android sync_version

[bundle exec] fastlane android sync_version

Sync android version

android internal_test

[bundle exec] fastlane android internal_test

Push a new build to Google Play Internal Testing

android deploy

[bundle exec] fastlane android deploy

Push a new build to Google Play Store


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.