We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc819cf commit 65690afCopy full SHA for 65690af
Package.resolved
Package.swift
@@ -1,12 +1,12 @@
1
-// swift-tools-version:5.6
+// swift-tools-version:5.7
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
5
6
let package = Package(
7
name: "BitcoinUI",
8
platforms: [
9
- .iOS(.v15)
+ .iOS(.v16)
10
],
11
products: [
12
// Products define the executables and libraries a package produces, and make them visible to other packages.
@@ -32,10 +32,3 @@ let package = Package(
32
),
33
]
34
)
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