Ensure tests are built to cover problem with multiple build products from a single embed phase

This commit is contained in:
Oliver Atkinson 2019-07-05 08:38:09 +01:00
parent cdff8e2db8
commit b671aa922c
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ Scenario: The project is an iOS application with a target dependency and transit
Then the product 'App.app' with destination 'Debug-iphoneos' contains the framework 'Framework2' without architecture 'x86'
Then I should be able to build the scheme Framework1-iOS
Then I should be able to build the scheme Framework1-macOS
Then I should be able to build the scheme Framework1Tests-iOS
Then I should be able to build the scheme Framework1Tests-macOS
Scenario: The project is an iOS application that has resources (ios_app_with_framework_and_resources)
Given that tuist is available