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

* Fix Timeline on Xcode 14/iOS 16 Raise requirement to iOS 16+ Reduce pagination jumping. Sonarcloud fixes. Fix verification test. Adopt if let optional { syntax. * Remove unused ScrollViewReader The ScrollViewReader didn't appear to change the behaviour. * Fix warnings on Run Scripts. Run script build phase 'SwiftLint' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
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
github_release
[bundle exec] fastlane github_release
app_store_release
[bundle exec] fastlane app_store_release
build_adhoc
[bundle exec] fastlane build_adhoc
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
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.