Skip to content

Commit

Permalink
Exclude Info plists from SwiftPM target
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd authored and aehlke committed Dec 11, 2024
1 parent e616f43 commit c5e5104
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ let package = Package(
targets: [
.target(name: "SwiftSoup",
path: "Sources",
exclude: [],
exclude: [
"Info.plist",
"InfoMac.plist",
"InfotvOS.plist",
"InfoWatchOS.plist",
],
resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(name: "SwiftSoupTests", dependencies: ["SwiftSoup"])
]
Expand Down

0 comments on commit c5e5104

Please sign in to comment.