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

Swift 3 Clearance #45

Closed Sashom closed 8 years ago

Sashom commented 8 years ago

It seems it has converted properly on XCode 8 for Swift 3. However there are some warnings as XCode issues them for unused results from function calls now. e.g. "Result of call to 'deleteKeychainSecClass' is unused"

Cheers

Sashom commented 8 years ago

XCode 8, beta 6 introduces a lot of changes. Mainly depecated syntax. Would be great if you could update the code.

jrendel commented 8 years ago

I've created a Swift2.3 and 3.0 branch to make the updates in.