Skip to content

Commit debab14

Browse files
committed
Remove unsafeFlags linker setting
1 parent 3039f37 commit debab14

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Package.swift

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ let package = Package(
3030
// Targets can depend on other targets in this package, and on products in packages this package depends on.
3131
.target(
3232
name: "DJSwiftHelpers",
33-
path: "Sources/Common/",
34-
linkerSettings: [
35-
.unsafeFlags(["-Xlinker", "-no_application_extension"])
36-
]
33+
path: "Sources/Common/"
3734
),
3835
.target(
3936
name: "DJSwiftHelpers_UIKit",

0 commit comments

Comments
 (0)