Files
letro-ios/UnitTests/SupportingFiles/target.yml
2022-05-12 14:06:58 +03:00

25 lines
473 B
YAML

name: UnitTests
targets:
UnitTests:
type: bundle.unit-test
platform: iOS
dependencies:
- target: ElementX
info:
path: ../SupportingFiles/Info.plist
settings:
base:
PRODUCT_NAME: UnitTests
PRODUCT_BUNDLE_IDENTIFIER: io.element.elementx.unit.tests
debug:
release:
sources:
- path: ../Sources
- path: ../SupportingFiles
- path: ../../Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit