Skip to content

Commit c99685f

Browse files
committed
align platform minimums with swift-png dependency
1 parent b7fadf1 commit c99685f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ import PackageDescription
44

55
let package = Package(
66
name: "swift-noise",
7-
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
8-
products:
7+
platforms: [.macOS("13.3"), .iOS("16.4"), .tvOS("16.4"), .watchOS("9.4")],
8+
products:
99
[
1010
.library(name: "Noise", targets: ["Noise"]),
1111
.executable(name: "generate-noise", targets: ["GenNoise"])
1212
],
13-
dependencies:
13+
dependencies:
1414
[
1515
.package(url: "https://github.com/tayloraswift/swift-png", from: "4.4.0")
1616
],
17-
targets:
17+
targets:
1818
[
1919
.target(
2020
name: "Noise"

0 commit comments

Comments
 (0)