Add the unit test media files as development assets. (#3569)

Move UnitTests/Resources/Media into a top-level DevelopmentAssets directory.
This commit is contained in:
Doug
2024-11-28 17:30:26 +00:00
committed by GitHub
parent 9da03c03cf
commit 1ee02f4d07
15 changed files with 88 additions and 62 deletions

View File

@@ -124,6 +124,7 @@ targets:
SWIFT_OBJC_BRIDGING_HEADER: ElementX/SupportingFiles/ElementX-Bridging-Header.h
SWIFT_OBJC_INTERFACE_HEADER_NAME: GeneratedInterface-Swift.h
PILLS_UT_TYPE_IDENTIFIER: $(BASE_BUNDLE_IDENTIFIER).pills
DEVELOPMENT_ASSET_PATHS: DevelopmentAssets/Media
OTHER_SWIFT_FLAGS:
- "-DIS_MAIN_APP"
@@ -227,3 +228,4 @@ targets:
- path: ../Resources
- path: ../SupportingFiles
- path: ../../Tools/Scripts/Templates/SimpleScreenExample/ElementX
- path: ../../DevelopmentAssets/Media