diff options
Diffstat (limited to 'project.yml')
| -rw-r--r-- | project.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.yml b/project.yml index 94bfdf3..d752671 100644 --- a/project.yml +++ b/project.yml @@ -103,3 +103,14 @@ targets: com.apple.security.personal-information.photos-library: true attributes: CreatedOnToolsVersion: 16.2 + SoraTests: + type: bundle.unit-test + supportedDestinations: [iOS] + platform: iOS + sources: + - path: SoraTests + settings: + base: + GENERATE_INFOPLIST_FILE: YES + dependencies: + - target: Sora |