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.
1 parent 0ce3552 commit 154daf5Copy full SHA for 154daf5
Sources/FaceLiveness/Utilities/UserAgent.swift
@@ -6,7 +6,7 @@
6
//
7
8
import UIKit
9
-import AWSPluginsCore
+import InternalAmplifyCredentials
10
11
struct UserAgentValues {
12
@@ -55,7 +55,7 @@ struct UserAgentValues {
55
56
static func standard(additionalMetadata: KeyValuePairs<String, String> = [:]) -> Self {
57
return .init(
58
- amplifyVersion: AWSPluginsCore.AmplifyAWSServiceConfiguration.amplifyVersion,
+ amplifyVersion: AmplifyAWSServiceConfiguration.amplifyVersion,
59
os: UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-"),
60
osVersion: UIDevice.current.systemVersion,
61
swiftVersion: Swift().version(),
0 commit comments