Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed May 8, 2024
1 parent 22f3cb5 commit bc7c3c4
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion client/src/cordova/apple/xcode/ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string></string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string></string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
Expand All @@ -13,6 +28,14 @@
<string></string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string></string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit bc7c3c4

Please sign in to comment.