Skip to content

Commit 0cb66ec

Browse files
authored
Merge pull request #243 from TelemetryDeck/fix/privacy-manifest
Adds NSPrivacyAccessedAPICategoryUserDefaults to privacy manifest
2 parents 5cb2982 + e209413 commit 0cb66ec

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Sources/TelemetryClient/PrivacyInfo.xcprivacy

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>CA92.1</string>
13+
</array>
14+
</dict>
15+
</array>
516
<key>NSPrivacyCollectedDataTypes</key>
617
<array>
718
<dict>

Sources/TelemetryDeck/PrivacyInfo.xcprivacy

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>CA92.1</string>
13+
</array>
14+
</dict>
15+
</array>
516
<key>NSPrivacyCollectedDataTypes</key>
617
<array>
718
<dict>

0 commit comments

Comments
 (0)