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 d3aa83d commit 313bd89Copy full SHA for 313bd89
Package.swift
@@ -6,11 +6,11 @@ import CompilerPluginSupport
6
let package = Package(
7
name: "swift-htmlkit",
8
platforms: [
9
- .macOS(.v14),
10
- .iOS(.v17),
11
- .tvOS(.v17),
+ .macOS(.v13),
+ .iOS(.v16),
+ .tvOS(.v16),
12
.visionOS(.v1),
13
- .watchOS(.v10)
+ .watchOS(.v9)
14
],
15
products: [
16
.library(
0 commit comments