LinkerSetting
A linker build setting.
struct LinkerSettingConfiguring Linker Settings
static func linkedFramework(String, BuildSettingCondition?) -> LinkerSetting Declares linkage to a system framework.
static func linkedLibrary(String, BuildSettingCondition?) -> LinkerSetting Declares linkage to a system library.
static func unsafeFlags([String], BuildSettingCondition?) -> LinkerSetting Sets unsafe flags to pass arbitrary command-line flags to the corresponding build tool.