mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user