|
|
@@ -73,7 +73,7 @@ KeychainSwift.set("Hello world", forKey: "key 1", withAccess: .AccessibleWhenUnl
|
|
|
|
|
|
You can use `.AccessibleAfterFirstUnlock` if you need your app to access the keychain item while in the background. It may be needed for the Apple Watch apps. Note that it is less secure than the `.AccessibleWhenUnlocked` option.
|
|
|
|
|
|
-See the list of all available [access options](https://github.com/exchangegroup/keychain-swift/blob/master/keychain/KeychainSwiftAccessOptions.swift).
|
|
|
+See the list of all available [access options](https://github.com/exchangegroup/keychain-swift/blob/master/KeychainSwift/KeychainSwiftAccessOptions.swift).
|
|
|
|
|
|
## Demo app
|
|
|
|
|
|
@@ -85,4 +85,4 @@ The code is based on this example: [https://gist.github.com/s-aska/e7ad24175fb7b
|
|
|
|
|
|
## License
|
|
|
|
|
|
-Dodo is released under the [MIT License](LICENSE).
|
|
|
+Dodo is released under the [MIT License](LICENSE).
|