Skip to content

Commit 5a0f58c

Browse files
committed
chore :: 코드 사인 설정
1 parent 66d4fef commit 5a0f58c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Projects/App/Project.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ let projectSettings: Settings = .settings(
2424
)
2525

2626
let targetSettings: Settings = .settings(
27-
base: ["OTHER_LDFLAGS": "-ObjC"],
27+
base: SettingsDictionary()
28+
.merging(["OTHER_LDFLAGS": "-ObjC"])
29+
.merging(.codeSign),
2830
configurations: [
2931
.debug(
3032
name: ConfigurationName.configuration("DEV"),

0 commit comments

Comments
 (0)