Beam/fastlane/README.md
Doug 6ded867bcc
Configure diagnostics (and MapLibre) using Pkl. (#3820)
* Bump the version for the next release.

* Ignore all generated sources.

* Use Pkl+XcodeGen to inject secrets instead of the project.

* Inject the PostHog/Sentry/Rageshake configuration from the environment.

* Fix bad unicode.

* Fix unit tests.
2025-02-24 18:36:08 +00:00

1.4 KiB

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

build_alpha

[bundle exec] fastlane build_alpha

unit_tests

[bundle exec] fastlane unit_tests

ui_tests

[bundle exec] fastlane ui_tests

integration_tests

[bundle exec] fastlane integration_tests

config_production

[bundle exec] fastlane config_production

config_nightly

[bundle exec] fastlane config_nightly

upload_dsyms_to_sentry

[bundle exec] fastlane upload_dsyms_to_sentry

release_to_github

[bundle exec] fastlane release_to_github

prepare_next_release

[bundle exec] fastlane prepare_next_release

tag_nightly

[bundle exec] fastlane tag_nightly

config_alpha

[bundle exec] fastlane config_alpha

config_secrets

[bundle exec] fastlane config_secrets

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.