Skip to content

Commit

Permalink
Copy PrivacyInfo.xcprivacy resource on target build
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Mar 6, 2024
1 parent 3f3cdb6 commit a4bef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)],
products: [.library(name: "Networking", targets: ["Networking"])],
targets: [
.target(name: "Networking"),
.target(name: "Networking", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(name: "NetworkingTests", dependencies: ["Networking"])
]
)

0 comments on commit a4bef06

Please sign in to comment.