Skip to content

Commit

Permalink
deployment minima must match swift-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Nov 19, 2024
1 parent 10b7975 commit da1da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PackageDescription

let package:Package = .init(name: "swift-png",
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
platforms: [.macOS(.v14), .iOS(.v17), .tvOS(.v17), .visionOS(.v1), .watchOS(.v10)],
products: [
.library(name: "LZ77", targets: ["LZ77"]),
.library(name: "PNG", targets: ["PNG"]),
Expand Down

0 comments on commit da1da56

Please sign in to comment.