Update documentation for link dependency

This commit is contained in:
Keith Smiley
2017-10-26 13:14:01 -07:00
parent 08de6077d9
commit d31f9be4bf
+1
View File
@@ -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