SAMKeychain icon indicating copy to clipboard operation
SAMKeychain copied to clipboard

iOS 12 Deprecated Issue

Open CodeTeamLabs opened this issue 7 years ago • 0 comments

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?

CodeTeamLabs avatar Oct 02 '18 18:10 CodeTeamLabs