We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19857af commit daa7dadCopy full SHA for daa7dad
Package.swift
@@ -6,8 +6,12 @@ import PackageDescription
6
let package = Package(
7
name: "mcp-swift-sdk",
8
platforms: [
9
- .macOS(.v14),
10
- .iOS(.v17),
+ .macOS("13.0"),
+ .macCatalyst("16.0"),
11
+ .iOS("16.0"),
12
+ .watchOS("9.0"),
13
+ .tvOS("16.0"),
14
+ .visionOS("1.0"),
15
],
16
products: [
17
// Products define the executables and libraries a package produces, making them visible to other packages.
0 commit comments