Skip to content

Commit

Permalink
Merge pull request #91377 from bruvzg/macos_privacy
Browse files Browse the repository at this point in the history
[macOS export] Add support for privacy manifest configuration.
  • Loading branch information
akien-mga committed May 15, 2024
2 parents ca2ed80 + 059ddc4 commit 86b72d9
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
$priv_tracking
$priv_collection
</dict>
</plist>
Loading

0 comments on commit 86b72d9

Please sign in to comment.