granoff / Lockbox

Objective-C utility class for storing data securely in the key chain.
MIT License
847 stars 87 forks source link

Working with Mac #22

Closed himanshujoshi47 closed 10 years ago

himanshujoshi47 commented 10 years ago

Hi, I am using this file to develop an application for MAC, but the program suspends in

+(BOOL)setString:(NSString )value forKey:(NSString )key { return [self setString:value forKey:key accessibility:DEFAULT_ACCESSIBILITY]; // here the program suspends }

screen shot 2014-01-22 at 12 03 27 pm

granoff commented 10 years ago

This class is not supported on OS X. I wrote it for iOS and unfortunately, there are differences between OS X and iOS when it comes to the keychain. I'm hoping someone more familiar with working with the keychain on OS X will step up and make Lockbox OS X compatible. But so far, that hasn't happened yet. :-) Sorry.