mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* created the row in the view and the alert, and added the new function to the RoomProxy * fixed an issue with the alert function * handling the navigation * fixed a bug with the detail coordinators being dismissed incorrectly when inside a stack * implementation completed * replaced UI screenshots * added a test for the fixed bug of the coordinators * trying to increase the wait time for the expectation * improved the test * improved the buttons UI * uploading artifacts for unit tests * added result bundle true * improved the tests * added a new test * pr suggestions * updating mock * PR suggestions * improved tests * fixed UI tests * pr should be ready now * removed testing code * reduced complexity * fixed test * added a an assert to the new test case * more tests and messages cases * pr comments addressed * completed
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.