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