Merge pull request #490 from francesca64/typo

Correct typo in docs
This commit is contained in:
Yonas Kolb
2019-01-15 13:41:57 +11:00
committed by GitHub
+1 -1
View File
@@ -556,7 +556,7 @@ Schemes allows for more control than the convenience [Target Scheme](#target-sch
- [ ] **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. By default this is `true` if not set.
- [ ] **buildImplicitDependencies**: **Bool** - Flag to determine if Xcode should build 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