|
@@ -1,9 +1,11 @@
|
|
# KeychainAccess
|
|
# KeychainAccess
|
|
[](https://travis-ci.org/kishikawakatsumi/KeychainAccess)
|
|
[](https://travis-ci.org/kishikawakatsumi/KeychainAccess)
|
|
-[](https://coveralls.io/github/kishikawakatsumi/KeychainAccess?branch=master)
|
|
|
|
|
|
+[](https://codecov.io/gh/kishikawakatsumi/KeychainAccess)
|
|
[](https://github.com/Carthage/Carthage)
|
|
[](https://github.com/Carthage/Carthage)
|
|
[](http://cocoadocs.org/docsets/KeychainAccess)
|
|
[](http://cocoadocs.org/docsets/KeychainAccess)
|
|
[](http://cocoadocs.org/docsets/KeychainAccess)
|
|
[](http://cocoadocs.org/docsets/KeychainAccess)
|
|
|
|
+[](https://swift.org/)
|
|
|
|
+[](https://swift.org/)
|
|
|
|
|
|
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift.
|
|
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift.
|
|
|
|
|
|
@@ -21,7 +23,7 @@ KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X
|
|
- **[Support Shared Web Credentials (iOS 8+)](#shared_web_credentials)**
|
|
- **[Support Shared Web Credentials (iOS 8+)](#shared_web_credentials)**
|
|
- [Works on both iOS & OS X](#requirements)
|
|
- [Works on both iOS & OS X](#requirements)
|
|
- [watchOS and tvOS are supported](#requirements)
|
|
- [watchOS and tvOS are supported](#requirements)
|
|
-- **[Swift 3 & Swift 2.3 compatible](#requirements)**
|
|
|
|
|
|
+- **[Swift 4 & Swift 3 compatible](#requirements)**
|
|
|
|
|
|
## :book: Usage
|
|
## :book: Usage
|
|
|
|
|
|
@@ -537,7 +539,8 @@ item: [authenticationType: Default, key: honeylemon, server: github.com, class:
|
|
| **v2.2.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1 |
|
|
| **v2.2.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1 |
|
|
| **v2.3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1, 2.2 |
|
|
| **v2.3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1, 2.2 |
|
|
| **v2.4.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.2, 2.3 |
|
|
| **v2.4.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.2, 2.3 |
|
|
-| **v3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.0 |
|
|
|
|
|
|
+| **v3.0.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.x |
|
|
|
|
+| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.x, 4.0 |
|
|
|
|
|
|
## Installation
|
|
## Installation
|
|
|
|
|