mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Merge pull request #229 from yonaskolb/scheme-build-targets-docs
Fix scheme targets documentation
This commit is contained in:
+1
-1
@@ -411,7 +411,7 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch
|
||||
- [ ] ***archive***: The archive action
|
||||
|
||||
### Build
|
||||
- [x] **targets**: **String** or **[String]** - A map of target names to build and which build types they should be enabled for. The buildTypes can either be `all`, `none` or an array of the following types:
|
||||
- [x] **targets**: **[String:String]** or **[String:[String]]** - A map of target names to build and which build types they should be enabled for. The build types can be `all`, `none`, or one or more of the following types:
|
||||
- `run`
|
||||
- `test`
|
||||
- `profile`
|
||||
|
||||
Reference in New Issue
Block a user