We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d4fef commit 5a0f58cCopy full SHA for 5a0f58c
1 file changed
Projects/App/Project.swift
@@ -24,7 +24,9 @@ let projectSettings: Settings = .settings(
24
)
25
26
let targetSettings: Settings = .settings(
27
- base: ["OTHER_LDFLAGS": "-ObjC"],
+ base: SettingsDictionary()
28
+ .merging(["OTHER_LDFLAGS": "-ObjC"])
29
+ .merging(.codeSign),
30
configurations: [
31
.debug(
32
name: ConfigurationName.configuration("DEV"),
0 commit comments