Skip to content

Commit

Permalink
Merge pull request #201 from iZettle/bump-ios-min-deployment-target
Browse files Browse the repository at this point in the history
Updated Flow version
  • Loading branch information
gnacak authored Feb 13, 2025
2 parents 2dfebf3 + bcfebe5 commit 21d374d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Form.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/iZettle/Flow.git";
requirement = {
branch = "bump-ios-min-deployment-target";
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.13.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/iZettle/Flow.git",
"state" : {
"branch" : "bump-ios-min-deployment-target",
"revision" : "10f5108b34fe528f885d9a97513eb8dc43300d4e"
"revision" : "b452ec9f7f525d24d99d5c01ef5853ab28223d23",
"version" : "1.13.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/iZettle/Flow.git",
"state" : {
"branch" : "bump-ios-min-deployment-target",
"revision" : "10f5108b34fe528f885d9a97513eb8dc43300d4e"
"revision" : "b452ec9f7f525d24d99d5c01ef5853ab28223d23",
"version" : "1.13.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/iZettle/Flow.git",
branch: "bump-ios-min-deployment-target"
.upToNextMajor(from: "1.13.0")
)
],
targets: [
Expand Down

0 comments on commit 21d374d

Please sign in to comment.