Skip to content

Commit 2f3f21a

Browse files
authored
chore: kickoff release
2 parents 60785be + 54ac57c commit 2f3f21a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.6")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.35.4")
1717
],
1818
targets: [
1919
.target(

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)