evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Support for Xcode 10 and Swift 4.2 #84

Closed beny closed 6 years ago

CraigSiemens commented 6 years ago

It looks like your xcode10 branch branches off an older version of master. When I install your branch, CocoaPods says its using version 10.0 when 11.0 is the current one.

beny commented 6 years ago

You're right, I forgot to pull the original repo, I'll do it again.