Skip to content

Commit

Permalink
adds privacy manifest info to reflect use of UserDefaults (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj authored Apr 11, 2024
1 parent 5fe49ee commit 6561c13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion privacy/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>1C8F.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 6561c13

Please # to comment.