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 339 forks source link

Support for Swift 3.1 #91

Closed Mackarous closed 5 years ago

Mackarous commented 7 years ago

Hey guys, wondering what your timeline is for Swift 3.1

jrendel commented 7 years ago

There's a few updates I need to get to, including the Swift 3.1 update. I'll see if I can work on it this weekend.

eliburke commented 7 years ago

If you can, please include your new allKeys() code in the next release. Thanks @jrendel !

brentleyjones commented 7 years ago

Just checking on the status of this.

jrendel commented 7 years ago

Just double checked for Swift 3.1 issues, there was only one warning showing up in the develop branch, so that has been fixed now. I'm working on a few updates based on outstanding issues and will hopefully push out an update soon. This will include the allKeys function.

Ruthberg commented 6 years ago

This seems like the right place to ask for Swift 4 support, will that be happening any time soon?

jrendel commented 5 years ago

Xcode 10 and Swift 4.2 are now properly supported in version 3.2 and this has been pushed to CocoaPods