Skip to content

Commit 46306ec

Browse files
committed
Adds Privacy Accessed API Types to Privacy manifest for file timestamp + disk space usages.
1 parent a701a38 commit 46306ec

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

sqlcipher-resources/PrivacyInfo.xcprivacy

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,23 @@
1919
</array>
2020
<key>NSPrivacyAccessedAPITypes</key>
2121
<array>
22-
<dict/>
22+
<dict>
23+
<key>NSPrivacyAccessedAPIType</key>
24+
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
25+
<key>NSPrivacyAccessedAPITypeReasons</key>
26+
<array>
27+
<string>E174.1</string>
28+
</array>
29+
</dict>
30+
<dict>
31+
<key>NSPrivacyAccessedAPIType</key>
32+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
33+
<key>NSPrivacyAccessedAPITypeReasons</key>
34+
<array>
35+
<string>C617.1</string>
36+
<string>3B52.1</string>
37+
</array>
38+
</dict>
2339
</array>
2440
<key>NSPrivacyTrackingDomains</key>
2541
<array/>

0 commit comments

Comments
 (0)