jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

Merge branch 'release/3.0.1' #75

Closed GarrettGeorge closed 7 years ago

GarrettGeorge commented 7 years ago

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

jrendel commented 7 years ago

@ggCS This PR got broken somehow. I think it might have been made against my release branch which I merged. Any chance you can remake it against the develop branch? Its not showing any changes for me right now.

jrendel commented 7 years ago

Tracking this in a new issue so I can look into it when I have time (since this PR is broken): https://github.com/jrendel/SwiftKeychainWrapper/issues/82