Skip to content

Commit 48693f0

Browse files
chore: Bumps darwin versions for URLSession.data
1 parent 557b23e commit 48693f0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Package.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import PackageDescription
55
let package = Package(
66
name: "Haystack",
77
platforms: [
8-
.macOS(.v10_15),
9-
.iOS(.v13),
10-
.watchOS(.v6),
11-
.tvOS(.v13),
8+
.macOS(.v12),
9+
.iOS(.v15),
10+
.tvOS(.v15),
11+
.watchOS(.v8)
1212
],
1313
products: [
1414
.library(
@@ -61,6 +61,8 @@ let package = Package(
6161
.product(name: "AsyncHTTPClient", package: "async-http-client"),
6262
]
6363
),
64+
65+
// Tests
6466
.testTarget(
6567
name: "HaystackTests",
6668
dependencies: ["Haystack"]

0 commit comments

Comments
 (0)