Skip to content

Commit 65690af

Browse files
authored
version: bump minimum to swift-tools-version-5.7 and ios16
1 parent dc819cf commit 65690af

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

Package.resolved

Lines changed: 0 additions & 14 deletions
This file was deleted.

Package.swift

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "BitcoinUI",
88
platforms: [
9-
.iOS(.v15)
9+
.iOS(.v16)
1010
],
1111
products: [
1212
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -32,10 +32,3 @@ let package = Package(
3232
),
3333
]
3434
)
35-
36-
#if swift(>=5.6)
37-
// Add the documentation compiler plugin if possible
38-
package.dependencies.append(
39-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
40-
)
41-
#endif

0 commit comments

Comments
 (0)