Skip to content

Commit 488c0fb

Browse files
committed
Update package files.
1 parent da2c440 commit 488c0fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/iZettle/Flow.git",
77
"state" : {
8-
"revision" : "c3e69f924f046207487948dcad55826343a122d5",
9-
"version" : "1.12.1"
8+
"branch" : "bump-ios-min-deployment-target",
9+
"revision" : "10f5108b34fe528f885d9a97513eb8dc43300d4e"
1010
}
1111
}
1212
],

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "Presentation",
77
platforms: [
8-
.iOS(.v12)
8+
.iOS(.v14)
99
],
1010
products: [
1111
.library(
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(
1717
url: "https://github.com/iZettle/Flow.git",
18-
.upToNextMajor(from: "1.12.1")
18+
branch: "bump-ios-min-deployment-target"
1919
)
2020
],
2121
targets: [

0 commit comments

Comments
 (0)