matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 268 forks source link

Updated for Swift 5.0 #210

Open stephanheilner opened 5 years ago

stephanheilner commented 5 years ago
stephanheilner commented 5 years ago

@matthewpalmer This should be good to go now. I updated the Travis script with some additional devices, OS versions and got everything passing. I didn't bump the pod version because I wasn't sure what you wanted that to be.

mccarron commented 5 years ago

Any update on getting this merged into master?

stephanheilner commented 5 years ago

It appears that this project has been abandoned. I’ve switched over to the KeychainAccess project instead: https://github.com/kishikawakatsumi/KeychainAccess

RobertoMachorro commented 5 years ago

It appears that this project has been abandoned. I’ve switched over to the KeychainAccess project instead: https://github.com/kishikawakatsumi/KeychainAccess

Sucks you did all this work and it's stuck there. I'm switching over to KeychainAccess as well, latest version v3.2.0 supports Swift 5.0 - I am worried that their build is failing on Travis CI since March 31st, though.