Cleanup
This commit is contained in:
parent
a6ed2a6ef7
commit
249ac3458a
|
@ -77,8 +77,7 @@ extension SmartCard.Store {
|
|||
kSecReturnAttributes: true
|
||||
] as CFDictionary
|
||||
var untyped: CFTypeRef?
|
||||
let status = SecItemCopyMatching(attributes, &untyped)
|
||||
print(status)
|
||||
SecItemCopyMatching(attributes, &untyped)
|
||||
guard let typed = untyped as? [[CFString: Any]] else { return }
|
||||
let wrapped: [SmartCard.Secret] = typed.map {
|
||||
let name = $0[kSecAttrLabel] as? String ?? "Unnamed"
|
||||
|
|
Loading…
Reference in New Issue