We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3039f37 commit debab14Copy full SHA for debab14
Package.swift
@@ -30,10 +30,7 @@ let package = Package(
30
// Targets can depend on other targets in this package, and on products in packages this package depends on.
31
.target(
32
name: "DJSwiftHelpers",
33
- path: "Sources/Common/",
34
- linkerSettings: [
35
- .unsafeFlags(["-Xlinker", "-no_application_extension"])
36
- ]
+ path: "Sources/Common/"
37
),
38
39
name: "DJSwiftHelpers_UIKit",
0 commit comments