Skip to content

Commit 154daf5

Browse files
committed
fix the build error
1 parent 0ce3552 commit 154daf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/FaceLiveness/Utilities/UserAgent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77

88
import UIKit
9-
import AWSPluginsCore
9+
import InternalAmplifyCredentials
1010

1111
struct UserAgentValues {
1212

@@ -55,7 +55,7 @@ struct UserAgentValues {
5555

5656
static func standard(additionalMetadata: KeyValuePairs<String, String> = [:]) -> Self {
5757
return .init(
58-
amplifyVersion: AWSPluginsCore.AmplifyAWSServiceConfiguration.amplifyVersion,
58+
amplifyVersion: AmplifyAWSServiceConfiguration.amplifyVersion,
5959
os: UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-"),
6060
osVersion: UIDevice.current.systemVersion,
6161
swiftVersion: Swift().version(),

0 commit comments

Comments
 (0)