Update spec doc to highlight default values

This commit is contained in:
Rahul Malik
2018-02-13 20:08:05 -05:00
parent 4b9dac0ae8
commit c4f8645ec7
+3 -2
View File
@@ -418,10 +418,11 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch
- `analyze` or `analyzing`
- `archive` or `archiving`
- [ ] **parallelizeBuild**: **Bool** - Whether or not your targets should be built in parallel.
- [ ] **parallelizeBuild**: **Bool** - Whether or not your targets should be built in parallel. By default this is `true` if not set.
- `true`: Build targets in parallel
- `false`: Build targets serially
- [ ] **buildImplicitDependencies**: **Bool** - Flag to determine if Xcode should be implicit dependencies of this scheme.
- [ ] **buildImplicitDependencies**: **Bool** - Flag to determine if Xcode should be implicit dependencies of this scheme. By default this is `true` if not set.
- `true`: Discover implicit dependencies of this scheme
- `false`: Only build explicit dependencies of this scheme