From 0bc54b1123d5c2cd289d70f71f78dfcbb3d9b7be Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Tue, 25 Jul 2017 15:44:47 +0200 Subject: [PATCH] fix test spec --- Fixtures/TestProject/spec.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Fixtures/TestProject/spec.yml b/Fixtures/TestProject/spec.yml index 117132dd..0229c759 100644 --- a/Fixtures/TestProject/spec.yml +++ b/Fixtures/TestProject/spec.yml @@ -14,8 +14,7 @@ targets: - name: TestProject type: application platform: iOS - sources: - - TestProject + sources: TestProject buildSettings: INFOPLIST_FILE: TestProject/Info.plist PRODUCT_BUNDLE_IDENTIFIER: com.test @@ -24,8 +23,7 @@ targets: - name: MyFramework type: framework platform: iOS - sources: - - MyFramework + sources: MyFramework buildSettings: INFOPLIST_FILE: MyFramework/Info.plist schemes: