summaryrefslogtreecommitdiff
path: root/PrivacyInfo.xcprivacy
diff options
context:
space:
mode:
authorGravatar Hannah Shi <hannahshisfb@gmail.com>2024-01-22 11:55:11 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2024-01-22 11:56:26 -0800
commit4676ffa9811c10d11fc2c782d9399a3f41d739b8 (patch)
treea5759871906bb03bc5f64caea85d328e015bee1e /PrivacyInfo.xcprivacy
parentf7d2b13ef2466a5a3b7bcc535c49d3962a5c89f9 (diff)
PR #1604: Add privacy manifest
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1604 Looks like abseil is not using any of the APIs listed in https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc, so adding an empty manifest file. fixes #1602 Merge 79da4bd7b54949d5e01c04623842ea1d0d4fbe59 into f7d2b13ef2466a5a3b7bcc535c49d3962a5c89f9 Merging this change closes #1604 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1604 from HannahShiSFB:privacy-manifests 79da4bd7b54949d5e01c04623842ea1d0d4fbe59 PiperOrigin-RevId: 600525731 Change-Id: I3fbc6dcc6e47032665a9fa72c000ae245a25dd52
Diffstat (limited to 'PrivacyInfo.xcprivacy')
-rw-r--r--PrivacyInfo.xcprivacy14
1 files changed, 14 insertions, 0 deletions
diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..3ff4a9d9
--- /dev/null
+++ b/PrivacyInfo.xcprivacy
@@ -0,0 +1,14 @@
+<?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>
+ <key>NSPrivacyTracking</key>
+ <false/>
+ <key>NSPrivacyCollectedDataTypes</key>
+ <array/>
+ <key>NSPrivacyTrackingDomains</key>
+ <array/>
+ <key>NSPrivacyAccessedAPITypes</key>
+ <array/>
+</dict>
+</plist>