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.