sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
1.99k stars 119 forks source link

Add collected data types for Privacy Manifest #166

Closed kitwtnb closed 7 months ago

kitwtnb commented 7 months ago

close #164

I added NSPrivacyCollectedDataType with reference to the following page and verified that the privacy manifest is generated correctly.
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests

304344905-85e5b929-5dd4-4c6b-8479-6b17db515465
sindresorhus commented 7 months ago

It looks like we can just leave the NSPrivacyCollectedDataTypes array empty.

kitwtnb commented 7 months ago

Thanks!
The privacy manifest was created successfully by emptying the array.