Skip to content

Commit de1d683

Browse files
authored
Update Package.swift
1 parent c80420b commit de1d683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ let package = Package(
2727
dependencies: []),
2828
.target(
2929
name: "AltKit",
30-
dependencies: ["CAltKit"]),
30+
dependencies: ["CAltKit"],
31+
linkerSettings: [
32+
.linkedFramework("UIKit")
33+
)
3134
]
3235
)

0 commit comments

Comments
 (0)