From fd399312a82b1e82e8dcfa2a79c3903a2a93ebff Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Sun, 27 Aug 2017 16:58:36 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f9ad02..f4f4f961 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,12 @@ targets: platform: iOS sources: MyApp settings: - INFOPLIST_FILE: MyApp/Info.plist PRODUCT_BUNDLE_IDENTIFIER: com.myapp dependencies: - target: MyFramework - name: MyFramework type: framework - platform: [iOS, tvOS] + platform: iOS sources: MyFramework ``` A project would be created with 2 connected targets, with all the required configurations and build settings. See the [Project Spec](docs/ProjectSpec.md) documentation for all the options you can specify.