Merge branch 'fix/get-value' into develop

This commit is contained in:
Aleksey Zgurskiy 2020-02-04 17:09:53 +02:00
commit 0c902f0842

View file

@ -26,6 +26,7 @@ public struct Keychain {
kSecClass : kSecClassGenericPassword,
kSecAttrAccount : key as AnyObject,
kSecMatchLimit : kSecMatchLimitOne,
kSecReturnAttributes : kCFBooleanTrue,
kSecReturnData : kCFBooleanTrue
]