Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
MIT License
573
stars
35
forks
source link
Updated Keychain accessible Docs to latest API #26
While reading through your README and playing around with Prephirences, I noticed the .accessibility-property has been renamed to .accessible. And all enum cases of SecurityAttributeAccessible were renamed, too.
Hi, thanks for all your work.
While reading through your README and playing around with Prephirences, I noticed the
.accessibility
-property has been renamed to.accessible
. And all enum cases ofSecurityAttributeAccessible
were renamed, too.