From 6f8d459c3f28bd0028b78dbef26bb89fae8f63fe Mon Sep 17 00:00:00 2001 From: Beniamin Sarkisian Date: Mon, 7 Jan 2019 13:58:43 +0300 Subject: [PATCH] Updated ProjectSpec.md --- Docs/ProjectSpec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index 91a91fb3..79924e88 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -93,6 +93,7 @@ Note that target names can also be changed by adding a `name` property to a targ - `bottom` - at the bottom, after other files - `none` - sorted alphabetically with all the other files - [ ] **transitivelyLinkDependencies**: **Bool** - If this is `true` then targets will link to the dependencies of their target dependencies. If a target should embed its dependencies, such as application and test bundles, it will embed these transitive dependencies as well. Some complex setups might want to set this to `false` and explicitly specify dependencies at every level. Targets can override this with [Target](#target).transitivelyLinkDependencies. Defaults to `false`. +- [ ] **generateEmptyDirectories**: **Bool** - If this is `true` then empty directories will be added to project too else will be missed. Defaults to `true`. ```yaml options: