Skip to content

Commit

Permalink
Merge branch 'fix-mock-release-builds-ios-1004'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jan 13, 2025
2 parents 038bc72 + 5ada100 commit cde7280
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 cde7280

Please sign in to comment.