Skip to content

Commit

Permalink
Merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Jun 14, 2024
2 parents 703050d + 8cd380f commit 5db0975
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public struct KeychainClient: Sendable {
/// However, we cannot detect external changes (e.g. Keychain getting wiped when passcode is deleted).
public var _keychainChanged: KeychainChanged

/// This a _best effort_ publisher that will emit a change every time the Keychain is changed due to actions inside the Wallet app.
/// However, we cannot detect external changes (e.g. Keychain getting wiped when passcode is deleted).
public var _keychainChanged: KeychainChanged

public init(
getServiceAndAccessGroup: @escaping GetServiceAndAccessGroup,
containsDataForKey: @escaping ContainsDataForKey,
Expand Down

0 comments on commit 5db0975

Please sign in to comment.