From d31f9be4bfb99cbfe9605eb935ca5e747c79e4b4 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Thu, 26 Oct 2017 10:34:32 -0700 Subject: [PATCH] Update documentation for link dependency --- docs/ProjectSpec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ProjectSpec.md b/docs/ProjectSpec.md index e8bed454..2b0b892c 100644 --- a/docs/ProjectSpec.md +++ b/docs/ProjectSpec.md @@ -219,6 +219,7 @@ A dependency can be one of a 3 types: These only applied to `target` and `framework` dependencies. - ⚪️ **embed**: `Bool` - Whether to embed the dependency. Defaults to true for application target and false for non application targets. +- ⚪️ **link**: `Bool` - Whether to link the dependency. Defaults to true but only static library and dynamic frameworks are linked. This only applies for target dependencies. - ⚪️ **codeSign**: `Bool` - Whether the `codeSignOnCopy` setting is applied when embedding framework. Defaults to true - ⚪️ **removeHeaders**: `Bool` - Whether the `removeHeadersOnCopy` setting is applied when embedding the framework. Defaults to true