Merge branch 'fix/get-value' into develop
This commit is contained in:
@@ -26,6 +26,7 @@ public struct Keychain {
|
||||
kSecClass : kSecClassGenericPassword,
|
||||
kSecAttrAccount : key as AnyObject,
|
||||
kSecMatchLimit : kSecMatchLimitOne,
|
||||
kSecReturnAttributes : kCFBooleanTrue,
|
||||
kSecReturnData : kCFBooleanTrue
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user