aboutsummaryrefslogtreecommitdiff
path: root/PrivacyInfo.xcprivacy
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2024-03-26 09:30:02 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-03-29 19:12:40 +0000
commita2ef200d79158613f5a312eb5a13ddceae518bfb (patch)
treed10db4a089c284df59e39c5b1660306a3ba560eb /PrivacyInfo.xcprivacy
parentdfcaaddcb9229d309fc5eecda5e03e7cca5578e5 (diff)
downloadboringssl-a2ef200d79158613f5a312eb5a13ddceae518bfb.zip
boringssl-a2ef200d79158613f5a312eb5a13ddceae518bfb.tar.gz
boringssl-a2ef200d79158613f5a312eb5a13ddceae518bfb.tar.bz2
Add a PrivacyInfo plist file
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 <agl@google.com> Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com>
Diffstat (limited to 'PrivacyInfo.xcprivacy')
-rw-r--r--PrivacyInfo.xcprivacy21
1 files changed, 21 insertions, 0 deletions
diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..dc3a906
--- /dev/null
+++ b/PrivacyInfo.xcprivacy
@@ -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>