From e316d0611b9459e2b99abf8d4da749762b7a5232 Mon Sep 17 00:00:00 2001 From: Francesca Plebani Date: Mon, 14 Jan 2019 19:26:09 -0500 Subject: [PATCH] Correct typo in docs --- Docs/ProjectSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index b84efa11..d6deb642 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -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