nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 207 forks source link

Add privacy manifest #82

Open codingiran opened 5 months ago

codingiran commented 5 months ago

Issue Link šŸ”—

Apple's update to their API policy - Required Reason

Goals āš½

To comply with Apple's new privacy policies every app and third-party SDK should include a Privacy manifest in case if they access APIs which potentially can be used for fingerprinting. All use cases of such API require explicit reasons declaration.

FileKit wrapped creationDate and modificationDate which is included in a required reasons API.

Implementation Details šŸš§

galijot commented 4 months ago

Are there any plans for merging this and releasing a new version @nvzqz?