We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95fc6d commit 4a5eda3Copy full SHA for 4a5eda3
1 file changed
Package.swift
@@ -4,10 +4,10 @@ import PackageDescription
4
let package = Package(
5
name: "SQLite.swift",
6
platforms: [
7
- .iOS(.v11),
+ .iOS(.v12),
8
.macOS(.v10_13),
9
.watchOS(.v4),
10
- .tvOS(.v11),
+ .tvOS(.v12),
11
.visionOS(.v1)
12
],
13
products: [
0 commit comments