From d4eb6cf61899236657cb8ceba75e30989091f194 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 3 Apr 2017 14:04:57 -0700 Subject: [PATCH] Change to stable version of KeychainAccess --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index 7abfe60..46a4518 100644 --- a/Cartfile +++ b/Cartfile @@ -3,5 +3,5 @@ github "radex/SwiftyUserDefaults" github "libgit2/objective-git" github "zahlz/SwiftPasscodeLock" "master" github "bitserf/FavIcon" -github "kishikawakatsumi/KeychainAccess" "master" +github "kishikawakatsumi/KeychainAccess" github "mattrubin/OneTimePassword"