Skip to content

v1.1.0

Compare
Choose a tag to compare
@kishikawakatsumi kishikawakatsumi released this 31 Jan 14:37
· 218 commits to master since this release
  • Add error parameter to handle failing Keychain API #24
    • Add UICKeyChainStoreErrorDomain
    • Add enum UICKeyChainStoreErrorCode
    • Add +[UICKeyChainStore stringForKey:error:]
    • Add +[UICKeyChainStore stringForKey:service:error:]
    • Add +[UICKeyChainStore stringForKey:service:accessGroup:error:]
    • Add +[UICKeyChainStore setString:forKey:error:]
    • Add +[UICKeyChainStore setString:forKey:service:error:]
    • Add +[UICKeyChainStore setString:forKey:service:accessGroup:error:]
    • Add +[UICKeyChainStore dataForKey:error:]
    • Add +[UICKeyChainStore dataForKey:service:error:]
    • Add +[UICKeyChainStore dataForKey:service:accessGroup:error:]
    • Add +[UICKeyChainStore setData:forKey:error:]
    • Add +[UICKeyChainStore setData:forKey:service:error:]
    • Add +[UICKeyChainStore setData:forKey:service:accessGroup:error:]
    • Add -[UICKeyChainStore stringForKey:error:]
    • Add -[UICKeyChainStore setString:forKey:error:]
    • Add -[UICKeyChainStore dataForKey:error:]
    • Add -[UICKeyChainStore setData:forKey:error:]
    • Add +[UICKeyChainStore removeItemForKey:error:]
    • Add +[UICKeyChainStore removeItemForKey:service:error:]
    • Add +[UICKeyChainStore removeItemForKey:service:accessGroup:error:]
    • Add +[UICKeyChainStore removeAllItemForKey:error:]
    • Add +[UICKeyChainStore removeAllItemForKey:service:error:]
    • Add +[UICKeyChainStore removeAllItemForKey:service:accessGroup:error:]
    • Add -[UICKeyChainStore removeItemForKey:error:]
    • Add -[UICKeyChainStore removeAllItemWithError:]
    • Add -[UICKeyChainStore synchronizeWithError:]