Skip to content

Commit

Permalink
[BITAU-117] Import AuthenticatorBridgeKit to Authenticator (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-livefront authored Sep 17, 2024
1 parent 7bd1e9e commit 4cfe64f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AuthenticatorShared/Core/Auth/Services/KeychainService.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import AuthenticatorBridgeKit
import Foundation

// MARK: - KeychainService
Expand Down Expand Up @@ -110,3 +111,7 @@ class DefaultKeychainService: KeychainService {
}
}
}

// MARK: - AuthenticatorKeychainService

extension DefaultKeychainService: AuthenticatorKeychainService {}
7 changes: 7 additions & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -136,6 +139,8 @@ targets:
- path: GlobalTestHelpers
dependencies:
- target: Authenticator
- package: BitwardenShared
product: AuthenticatorBridgeKit
- package: SnapshotTesting
- package: ViewInspector
randomExecutionOrder: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4cfe64f

Please sign in to comment.