From d091bc56231ce0ddbea8a51bce59b2c360b7f11c Mon Sep 17 00:00:00 2001 From: Yonas Kolb Date: Fri, 28 Jul 2017 14:06:18 +0200 Subject: [PATCH] Updated Readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 96213544..82c2e375 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ Given a simple project spec file: ```yaml name: My Project -configs: - debug: debug - release: release targets: - name: MyApp type: application @@ -30,7 +27,7 @@ targets: platform: iOS sources: MyFramework ``` -A project would be created with 2 connected targets, with all the required build settings. See below for the full spec and all the options it provides. +A project would be created with 2 connected targets, with all the required configurations and build settings. See below for the full spec and all the options it provides. ## Installing Make sure Xcode 8.3 is installed first.