Skip to content

Commit a4bef06

Browse files
committed
Copy PrivacyInfo.xcprivacy resource on target build
1 parent 3f3cdb6 commit a4bef06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v6), .tvOS(.v13)],
99
products: [.library(name: "Networking", targets: ["Networking"])],
1010
targets: [
11-
.target(name: "Networking"),
11+
.target(name: "Networking", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]),
1212
.testTarget(name: "NetworkingTests", dependencies: ["Networking"])
1313
]
1414
)

0 commit comments

Comments
 (0)