Skip to content

Commit

Permalink
Added userdefaults to the privacy manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarshallNY committed Jul 25, 2024
1 parent 127498e commit d8d4bfd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,16 @@
<array/>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit d8d4bfd

Please sign in to comment.