evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.85k stars 345 forks source link

Update PrivacyInfo.xcprivacy #189

Open benMohamed opened 7 months ago

benMohamed commented 7 months ago

Since the app doesn't track or use users' information, I added this default privacy manifest file to prevent Apple warnings

manusalinas-mx commented 7 months ago

can we have this merged ?

evgenyneu commented 7 months ago

Thanks for the PR. Here you've added a declaration of UserDefaults usage to the privacy manifest. However, this library does not use UserDefaults, therefore, this declaration would be incorrect.