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

Upgrade to Xcode 9 and Swift 4 #102

Closed tiwoc closed 5 years ago

tiwoc commented 6 years ago

No code changes necessary, just some Xcode project file updates done automatically by Xcode 9 (updating compiler warning settings, marking the targets as using Swift 4).

jrendel commented 5 years ago

Closing this as I've merged the Xcode 10 + Swift 4.2 PR instead.