Updated Readme

This commit is contained in:
Yonas Kolb
2017-07-28 14:06:18 +02:00
parent 1b5ac11e0c
commit d091bc5623
+1 -4
View File
@@ -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.