From 1d1d4cc465267f2aca43e657a4f285e6840d6592 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Wed, 22 Jul 2020 17:14:55 +0300 Subject: [PATCH 1/2] Update Podfile Co-authored-by: SBiOSoftWhare --- Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 612c9dc02..fa19f7d5c 100644 --- a/Podfile +++ b/Podfile @@ -61,7 +61,7 @@ abstract_target 'RiotPods' do pod 'GBDeviceInfo', '~> 6.3.0' pod 'Reusable', '~> 4.1' - pod 'KeychainAccess' + pod 'KeychainAccess', '~> 4.2' # Piwik for analytics pod 'MatomoTracker', '~> 7.2.0' @@ -117,4 +117,3 @@ post_install do |installer| end end end - From 4f7bb035ed0ec335abaebbaa284c880d9c58acfc Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Wed, 22 Jul 2020 17:19:23 +0300 Subject: [PATCH 2/2] Update Riot/Modules/SetPinCode/PinCodePreferences.swift Co-authored-by: SBiOSoftWhare --- Riot/Modules/SetPinCode/PinCodePreferences.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/SetPinCode/PinCodePreferences.swift b/Riot/Modules/SetPinCode/PinCodePreferences.swift index a656cf7f9..234f70786 100644 --- a/Riot/Modules/SetPinCode/PinCodePreferences.swift +++ b/Riot/Modules/SetPinCode/PinCodePreferences.swift @@ -34,7 +34,7 @@ final class PinCodePreferences: NSObject { static let shared = PinCodePreferences() /// Store. Defaults to `KeychainStore` - var store: KeyValueStore! + let store: KeyValueStore override init() { store = KeychainStore(withKeychain: Keychain(service: PinConstants.pinCodeKeychainService,