Pulse icon indicating copy to clipboard operation
Pulse copied to clipboard

Add xcprivacy for UserDefaults usage

Open pxlRider opened this issue 1 year ago • 2 comments

As per new Apple privacy reports, all apps and SDKs that are using any of those APIs need to declare type and reason in their privacy file. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api This package is using UserDefaults

pxlRider avatar Mar 27 '24 10:03 pxlRider

It also uses File timestamp APIs (.creationDate and .modificationDate) Please chack other API's at https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

OneSman7 avatar Mar 27 '24 19:03 OneSman7

Just opened this PR with the two required files, not 100% sure if anything else is required. https://github.com/kean/Pulse/pull/252

samlapse avatar Apr 30 '24 11:04 samlapse

Shipped in 4.10 thanks to @samlapse.

kean avatar May 05 '24 16:05 kean