nielsmouthaan / SecureNSUserDefaults

NSUserDefaults category for iOS and Mac OS X with additional methods to securely save data using strong AES 256-bit encryption.
MIT License
179 stars 26 forks source link

Update CocoaSecurity Version to remove warnings #7

Closed brnunes closed 8 years ago

brnunes commented 8 years ago

The currently used version of CocoaSecurity (1.2.1) has a couple of warnings because it uses deprecated methods. Updating to the latest version (1.2.4) fixes them.

image

abdulla-allaith commented 7 years ago

CocoaSecurity (1.2.4) still shows the same warnings. I checked the repo and that's their latest version 😬
Any advice on how to get rid of the warnings?