diff --git a/AuthenticatorShared/Core/Auth/Services/KeychainService.swift b/AuthenticatorShared/Core/Auth/Services/KeychainService.swift index 62f2872a..4de98562 100644 --- a/AuthenticatorShared/Core/Auth/Services/KeychainService.swift +++ b/AuthenticatorShared/Core/Auth/Services/KeychainService.swift @@ -1,3 +1,4 @@ +import AuthenticatorBridgeKit import Foundation // MARK: - KeychainService @@ -110,3 +111,7 @@ class DefaultKeychainService: KeychainService { } } } + +// MARK: - AuthenticatorKeychainService + +extension DefaultKeychainService: AuthenticatorKeychainService {} diff --git a/project.yml b/project.yml index 5622578a..17ef3b37 100644 --- a/project.yml +++ b/project.yml @@ -18,6 +18,9 @@ packages: BitwardenSdk: url: https://github.com/bitwarden/sdk-swift revision: 93ce71195a729f30b3edd48caeb7af9a39f35403 + BitwardenShared: + url: https://github.com/bitwarden/ios + branch: main Firebase: url: https://github.com/firebase/firebase-ios-sdk exactVersion: 10.19.0 @@ -136,6 +139,8 @@ targets: - path: GlobalTestHelpers dependencies: - target: Authenticator + - package: BitwardenShared + product: AuthenticatorBridgeKit - package: SnapshotTesting - package: ViewInspector randomExecutionOrder: true @@ -168,6 +173,8 @@ targets: - path: AuthenticatorShared/Core/Vault/Services/Importers/Support/Generated/GoogleAuth.pb.swift optional: true dependencies: + - package: BitwardenShared + product: AuthenticatorBridgeKit - package: BitwardenSdk - package: Networking - package: SwiftProtobuf