|
@@ -266,6 +266,7 @@ open class KeychainSwift {
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
|
@discardableResult
|
|
@discardableResult
|
|
|
|
|
+ @available(macOS, unavailable, message: "Not implemented on macOS, call delete for every key.")
|
|
|
open func clear() -> Bool {
|
|
open func clear() -> Bool {
|
|
|
// The lock prevents the code to be run simlultaneously
|
|
// The lock prevents the code to be run simlultaneously
|
|
|
// from multiple threads which may result in crashing
|
|
// from multiple threads which may result in crashing
|