Update README.md

This commit is contained in:
Yonas Kolb
2017-08-27 16:58:36 +02:00
committed by GitHub
parent 96ec0e6998
commit fd399312a8
+1 -2
View File
@@ -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.