2022-04-13 09:48:18 +03:00
|
|
|
name: UnitTests
|
|
|
|
|
2022-08-11 15:02:47 +03:00
|
|
|
schemes:
|
|
|
|
UnitTests:
|
|
|
|
analyze:
|
|
|
|
config: Debug
|
|
|
|
archive:
|
|
|
|
config: Release
|
|
|
|
build:
|
|
|
|
targets:
|
|
|
|
UnitTests: all
|
|
|
|
profile:
|
|
|
|
config: Release
|
|
|
|
run:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
test:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
gatherCoverageData: true
|
2022-08-19 17:42:03 +03:00
|
|
|
coverageTargets:
|
|
|
|
- ElementX
|
2023-03-29 12:48:06 +02:00
|
|
|
testPlans:
|
|
|
|
- path: UnitTests.xctestplan
|
|
|
|
defaultPlan: true
|
2022-08-11 15:02:47 +03:00
|
|
|
|
2022-04-13 09:48:18 +03:00
|
|
|
targets:
|
|
|
|
UnitTests:
|
|
|
|
type: bundle.unit-test
|
|
|
|
platform: iOS
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- target: ElementX
|
2024-11-20 09:33:00 +02:00
|
|
|
- package: MatrixRustSDK
|
2022-04-13 09:48:18 +03:00
|
|
|
|
|
|
|
info:
|
|
|
|
path: ../SupportingFiles/Info.plist
|
|
|
|
|
|
|
|
settings:
|
|
|
|
base:
|
|
|
|
PRODUCT_NAME: UnitTests
|
2022-10-24 16:00:17 +03:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER: ${BASE_BUNDLE_IDENTIFIER}.unit.tests
|
2022-04-13 09:48:18 +03:00
|
|
|
debug:
|
|
|
|
release:
|
|
|
|
|
|
|
|
sources:
|
|
|
|
- path: ../Sources
|
|
|
|
- path: ../SupportingFiles
|
2024-12-20 15:30:59 +02:00
|
|
|
- path: ../../DevelopmentAssets
|
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/Publisher.swift
|
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCTestCase.swift
|
2023-09-13 12:30:41 +03:00
|
|
|
- path: ../../ElementX/Sources/Other/InfoPlistReader.swift
|
2022-05-12 12:30:24 +03:00
|
|
|
- path: ../../Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit
|
2024-12-20 15:30:59 +02:00
|
|
|
|