فهرست منبع

Update warning for Xcode 8.2

Evgenii Neumerzhitckii 9 سال پیش
والد
کامیت
21e5daaa0e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,7 +7,7 @@
 [cocoadocs]: http://cocoadocs.org/docsets/KeychainSwift
 [carthage]: https://github.com/Carthage/Carthage
 
-**⚠️ Xcode 8 warning ⚠️**: Keychain currently does not work in iOS 10 simulator in Xcode 8 unless *Keychain Sharing* is enabled in *Capabilities* tab. See this [stackoverflow answer](http://stackoverflow.com/a/38543243/297131) for details.
+**⚠️ Xcode 8 warning ⚠️**: Keychain currently does not work in iOS 10 simulator in Xcode 8 unless *Keychain Sharing* is enabled in *Capabilities* tab. See this [stackoverflow answer](http://stackoverflow.com/a/38543243/297131) for details. This issue has been fixed in Xcode 8.2
 
 This is a collection of helper functions for saving text and data in the Keychain.
  As you probably noticed Apple's keychain API is a bit verbose. This library was designed to provide shorter syntax for accomplishing a simple task: reading/writing text values for specified keys:
@@ -252,7 +252,7 @@ Before submitting a pull request please note that this library is not a full fea
 
 ## Feedback is welcome
 
-If you notice any issue, got stuck or just want to chat feel free to create an issue. We will be happy to help you. 
+If you notice any issue, got stuck or just want to chat feel free to create an issue. We will be happy to help you.
 
 ## License