Skip to content

Commit

Permalink
fix(package_info_plus): Add path for MacOS privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Oct 17, 2024
1 parent 640ccde commit 28fd8f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ let package = Package(
name: "package_info_plus",
dependencies: [],
resources: [
],
.process("PrivacyInfo.xcprivacy")
]
cSettings: [
.headerSearchPath("include/package_info_plus")
]
Expand Down

0 comments on commit 28fd8f8

Please sign in to comment.