PDKeychainBindingsController
PDKeychainBindingsController copied to clipboard
`Synchronize` not supported.
Love this wrapper! I use CLANG macros to swap out the NSUserDefaults I was using with this instead; but, NSUserDefaults has a synchronize
method that this does not have. For all I know it's necessary and would have no purpose for keychain, in which case I propose adding the method w/ no contents so that projects that swap defaults out for this will compile without error!