Skip to content

Commit 9664b36

Browse files
committed
build: update macOS supported version
1 parent 151bade commit 9664b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "SwiftNetworkKit",
88
platforms: [
9-
.macOS(.v10_15),
9+
.macOS(.v13),
1010
.tvOS(.v12),
1111
.watchOS(.v9),
12-
.iOS(.v12),
12+
.iOS(.v16),
1313
.visionOS(.v1),
1414
],
1515
products: [

0 commit comments

Comments
 (0)