Updated ProjectSpec.md

This commit is contained in:
Beniamin Sarkisian
2019-01-07 13:58:43 +03:00
parent e387ee52a8
commit 6f8d459c3f
+1
View File
@@ -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: