Skip to content

Commit 532ec79

Browse files
authored
Lower platform to iOS / tvOS / macCatalyst 14
1 parent f951e93 commit 532ec79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import PackageDescription
55
let package = Package(
66
name: "swift-gzip",
77
platforms: [
8-
.iOS(.v15),
9-
.tvOS(.v15),
8+
.iOS(.v14),
9+
.tvOS(.v14),
1010
.visionOS(.v1),
1111
.macOS(.v12),
12-
.macCatalyst(.v15),
12+
.macCatalyst(.v14),
1313
.watchOS(.v8)
1414
],
1515
products: [

0 commit comments

Comments
 (0)