element-x-ios/fastlane
Stefan Ceriu ac77743c7a
Add retry decryption encrypted timeline item debug menu option (#384)
* Fixed a couple of warnings (+2 squashed commits)
Squashed commits:
[21fbc3b0] Add changelog
[abb092c6] Add retry decryption encrypted timeline item debug menu option

* Cleanup room list state computations

* Bump the RustSDK to v1.0.25-alpha

* Fix brew CI errors: remove imagemagick and brew lock file entirely

* Fix release script version bumping

* Bump ruby dependencies
2022-12-22 13:59:38 +02:00
..
Fastfile Add retry decryption encrypted timeline item debug menu option (#384) 2022-12-22 13:59:38 +02:00
Pluginfile Add Sentry dsym upload step for release builds 2022-06-10 14:18:37 +03:00
README.md Xcode Cloud Support (#234) 2022-10-24 16:00:17 +03:00
changelog.rb Update some copyright headers 2022-09-28 12:56:10 +03:00

README.md

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

alpha

[bundle exec] fastlane alpha

app_store_release

[bundle exec] fastlane app_store_release

build_release

[bundle exec] fastlane build_release

unit_tests

[bundle exec] fastlane unit_tests

ui_tests

[bundle exec] fastlane ui_tests

integration_tests

[bundle exec] fastlane integration_tests

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

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.