SAMKeychain
SAMKeychain copied to clipboard
iOS 12 Deprecated Issue
Hi .. with iOS 12 [NSKeyedArchiver archivedDataWithRootObject:object]; is Deprecated..
- (void)setPasswordObject:(id<NSCoding>)object {
self.passwordData = [NSKeyedArchiver archivedDataWithRootObject:object];
}
are there any updates for SAMKeychain?