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

Update README.md #76

Closed farshadtx closed 7 years ago

farshadtx commented 7 years ago

Add a line to mention in swift3 and Xcode 8 it is necessary to activate "Keychain Sharing" on Capabilities tab

jrendel commented 7 years ago

This is no longer necessary as the iOS 10 related simulator bug is now fixed in Xcode 8.2 and enabling key chain sharing is not a requirement to use this library.