Skip to content

Commit c5e5104

Browse files
fwcdaehlke
authored andcommitted
Exclude Info plists from SwiftPM target
1 parent e616f43 commit c5e5104

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ let package = Package(
1111
targets: [
1212
.target(name: "SwiftSoup",
1313
path: "Sources",
14-
exclude: [],
14+
exclude: [
15+
"Info.plist",
16+
"InfoMac.plist",
17+
"InfotvOS.plist",
18+
"InfoWatchOS.plist",
19+
],
1520
resources: [.copy("PrivacyInfo.xcprivacy")]),
1621
.testTarget(name: "SwiftSoupTests", dependencies: ["SwiftSoup"])
1722
]

0 commit comments

Comments
 (0)