Merge branch 'element_3436' of https://github.com/vector-im/riot-ios into element_3436

This commit is contained in:
ismailgulek 2020-07-22 17:47:56 +03:00
commit 142937e854
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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,