Closed jrendel closed 7 years ago
From previous pull request:
I've fixed Errors with SecItemCopyMatching with new guidelines for UnsafeMutablePointer. let status = SecItemCopyMatching(keychainQueryDictionary as CFDictionary,&result) This also requires changing result: Any? to AnyObject? As far as I know this occurs 3 times throughout KeychainWrapper.swift
I've fixed Errors with SecItemCopyMatching with new guidelines for UnsafeMutablePointer.
let status = SecItemCopyMatching(keychainQueryDictionary as CFDictionary,&result)
This also requires changing result: Any? to AnyObject?
As far as I know this occurs 3 times throughout KeychainWrapper.swift
Updated in develop branch.
From previous pull request: