Skip to content

Commit d31429a

Browse files
committed
Add platforms
1 parent d3d5ae9 commit d31429a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Package.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ import PackageDescription
44
let package = Package(
55
name: "orderedset",
66
platforms: [
7-
.iOS(.v16),
8-
.macOS(.v13)
7+
.iOS(.v14),
8+
.tvOS(.v14),
9+
.macCatalyst(.v14),
10+
.macOS(.v11),
11+
.watchOS(.v8)
912
],
1013
products: [
1114
.library(

0 commit comments

Comments
 (0)