Skip to content

Commit 7496071

Browse files
committed
Expand supported platforms
1 parent ef2a46c commit 7496071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ let package = Package(
77
name: "mcp-swift-sdk",
88
platforms: [
99
.macOS("13.0"),
10+
.macCatalyst("16.0"),
1011
.iOS("16.0"),
12+
.watchOS("9.0"),
13+
.tvOS("16.0"),
14+
.visionOS("1.0"),
1115
],
1216
products: [
1317
// Products define the executables and libraries a package produces, making them visible to other packages.

0 commit comments

Comments
 (0)