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

Swift2.0 Conversion #22

Closed tobiasoleary closed 9 years ago

tobiasoleary commented 9 years ago

Ran the Swift 2.0 Converter with Xcode 7 on the SwiftKeychainWrapper project.

There was one code change in the test testObject's required init(coder: NSCoder) became option. The other change were recording that a conversion was run and updating the syntax of the documentation.

jrendel commented 9 years ago

Closing this as I ended up doing it myself in the develop branch and merged from there.

tobiasoleary commented 9 years ago

Thanks for the update.