Skip to content

Commit

Permalink
Add a PrivacyInfo plist file
Browse files Browse the repository at this point in the history
See https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Change-Id: I12e485ce294ead6a6cc16018e7e2adbb1efeddec
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/67487
Auto-Submit: Adam Langley <[email protected]>
Reviewed-by: David Benjamin <[email protected]>
Commit-Queue: Adam Langley <[email protected]>
(cherry picked from commit a2ef200d79158613f5a312eb5a13ddceae518bfb)
  • Loading branch information
Adam Langley authored and manastasova committed Jan 30, 2025
1 parent 863387d commit 5a4dc9c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?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">

<!--
This file is for using BoringSSL in Apple ecosystems. You may have to point
Xcode at it yourself. See
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
-->

<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>

0 comments on commit 5a4dc9c

Please sign in to comment.