Skip to content

Commit

Permalink
Add cacheDirectory to KeychainSettingsStore in MockRelease too
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jan 13, 2025
1 parent 038bc72 commit 5ada100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/MullvadSettings/SettingsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public enum SettingsManager {
#else
public static let store: SettingsStore = KeychainSettingsStore(
serviceName: keychainServiceName,
accessGroup: ApplicationConfiguration.securityGroupIdentifier
accessGroup: ApplicationConfiguration.securityGroupIdentifier,
cacheDirectory: ApplicationConfiguration.containerURL
)

#endif
Expand Down

0 comments on commit 5ada100

Please sign in to comment.