2024-02-22 15:13:52 +00:00
|
|
|
name: PreviewTests
|
|
|
|
|
|
|
|
schemes:
|
|
|
|
PreviewTests:
|
|
|
|
analyze:
|
|
|
|
config: Debug
|
|
|
|
archive:
|
|
|
|
config: Release
|
|
|
|
build:
|
|
|
|
targets:
|
|
|
|
PreviewTests: all
|
|
|
|
profile:
|
|
|
|
config: Release
|
|
|
|
run:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
test:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
gatherCoverageData: true
|
|
|
|
coverageTargets:
|
|
|
|
- ElementX
|
|
|
|
testPlans:
|
|
|
|
- path: PreviewTests.xctestplan
|
|
|
|
defaultPlan: true
|
|
|
|
|
|
|
|
targets:
|
|
|
|
PreviewTests:
|
|
|
|
type: bundle.unit-test
|
|
|
|
platform: iOS
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- target: ElementX
|
2024-11-20 09:33:00 +02:00
|
|
|
- package: MatrixRustSDK
|
2024-02-22 15:13:52 +00:00
|
|
|
- package: SnapshotTesting
|
|
|
|
|
|
|
|
info:
|
|
|
|
path: ../SupportingFiles/Info.plist
|
|
|
|
|
|
|
|
settings:
|
|
|
|
base:
|
|
|
|
PRODUCT_NAME: PreviewTests
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER: ${BASE_BUNDLE_IDENTIFIER}.preview.tests
|
|
|
|
debug:
|
|
|
|
release:
|
|
|
|
|
|
|
|
sources:
|
2024-09-09 15:07:41 +03:00
|
|
|
- path: ../Sources
|
|
|
|
excludes:
|
|
|
|
- "**/__Snapshots__/**"
|
2024-02-22 15:13:52 +00:00
|
|
|
- path: ../SupportingFiles
|
2024-12-20 15:30:59 +02:00
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCTestCase.swift
|