Skip to content

Commit

Permalink
fix the build error
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Jun 25, 2024
1 parent 0ce3552 commit 154daf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FaceLiveness/Utilities/UserAgent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import UIKit
import AWSPluginsCore
import InternalAmplifyCredentials

struct UserAgentValues {

Expand Down Expand Up @@ -55,7 +55,7 @@ struct UserAgentValues {

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

0 comments on commit 154daf5

Please sign in to comment.