diff options
author | benedom <31181527+benedom@users.noreply.github.com> | 2024-04-22 09:24:40 +0200 |
---|---|---|
committer | benedom <31181527+benedom@users.noreply.github.com> | 2024-04-22 09:24:40 +0200 |
commit | edcad92cad74b7dddbad3edf3a5f6709884f2956 (patch) | |
tree | d8791550c1e4cd2b82dd3d7f7dc951776277a0a6 /Sources | |
parent | 5e4554272f1262120a643efb39ccdb890ae592fe (diff) |
Add PrivacyInfo file
Diffstat (limited to 'Sources')
-rw-r--r-- | Sources/PrivacyInfo.xcprivacy | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..e540750 --- /dev/null +++ b/Sources/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>NSPrivacyAccessedAPITypes</key> + <array/> + <key>NSPrivacyCollectedDataTypes</key> + <array/> + <key>NSPrivacyTrackingDomains</key> + <array/> +</dict> +</plist> |