Skip to content

Commit c2f837b

Browse files
committed
Copy Privacy manifest files into the Resource folder
close #7
1 parent ae37130 commit c2f837b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ let package = Package(
2222
path: ".",
2323
exclude: ["README.md"],
2424
sources: ["Core", "Requests", "Responses", "private"],
25+
resources: [
26+
.copy("PrivacyInfo.xcprivacy")
27+
],
2528
publicHeadersPath: "include",
2629
cxxSettings: [
2730
.headerSearchPath("./private")

0 commit comments

Comments
 (0)