We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f957d2c + 2525d20 commit 8800425Copy full SHA for 8800425
Sources/GoodPersistence/KeychainValue.swift
@@ -328,6 +328,9 @@ public class KeychainValue<T: Codable & Equatable> {
328
return Keychain.default
329
.synchronizable(synchronizable)
330
.accessibility(accessibility)
331
+ } else if let authenticationPolicy {
332
+ return Keychain.default
333
+ .accessibility(Keychain.default.accessibility, authenticationPolicy: authenticationPolicy)
334
} else {
335
336
0 commit comments