Skip to content

Commit

Permalink
impr: Add reason for NSPrivacyAccessedAPICategoryFileTimestamp (#3626)
Browse files Browse the repository at this point in the history
Add C617.1 as reason to use NSFileCreationDate to PrivacyInfo.xcprivacy.

Fixes GH-3597
  • Loading branch information
philipphofmann committed Feb 13, 2024
1 parent 3e5044c commit becc941
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Improvements

- Cache installationID async to avoid file IO on the main thread when starting the SDK (#3601)
- Add reason for NSPrivacyAccessedAPICategoryFileTimestamp (#3626)

### Fixes

Expand Down
8 changes: 8 additions & 0 deletions Sources/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<string>35F9.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit becc941

Please sign in to comment.