Skip to content

Commit a36a848

Browse files
authored
chore: update amplify-swift dependency to 2.27.2 (#116)
1 parent 0618e05 commit a36a848

File tree

4 files changed

+32
-67
lines changed

4 files changed

+32
-67
lines changed

HostApp/HostApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,16 +700,16 @@
700700
isa = XCRemoteSwiftPackageReference;
701701
repositoryURL = "https://github.com/aws-amplify/amplify-ui-swift-liveness";
702702
requirement = {
703-
kind = upToNextMajorVersion;
704-
minimumVersion = 1.1.1;
703+
kind = exactVersion;
704+
version = 1.2.5;
705705
};
706706
};
707707
9077AB3529E5D28900433155 /* XCRemoteSwiftPackageReference "amplify-swift" */ = {
708708
isa = XCRemoteSwiftPackageReference;
709709
repositoryURL = "https://github.com/aws-amplify/amplify-swift";
710710
requirement = {
711-
kind = upToNextMajorVersion;
712-
minimumVersion = 2.0.0;
711+
kind = exactVersion;
712+
version = 2.27.2;
713713
};
714714
};
715715
/* End XCRemoteSwiftPackageReference section */

HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.resolved

Lines changed: 8 additions & 26 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", from: "2.15.4")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.27.2")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)