mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
19 lines
409 B
YAML
19 lines
409 B
YAML
![]() |
project: ElementX.xcodeproj
|
||
|
schemes:
|
||
|
- ElementX
|
||
|
- IntegrationTests
|
||
|
- UITests
|
||
|
- UnitTests
|
||
|
targets:
|
||
|
- ElementX
|
||
|
- IntegrationTests
|
||
|
- NCE
|
||
|
- NSE
|
||
|
- UITests
|
||
|
- UnitTests
|
||
|
report_exclude:
|
||
|
# includes subscript which is not detectable: https://github.com/apple/swift/issues/56541
|
||
|
- ElementX/Sources/Screens/Settings/AvancedOptionsScreen/AdvancedSettingsScreenModels.swift
|
||
|
verbose: true
|
||
|
retain_swift_ui_previews: true
|