Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 0cd9520

Browse files
authored
feat: add iOS support in Package.swift (#25)
1 parent 5399ccc commit 0cd9520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ let package = Package(
77
name: "MCP",
88
platforms: [
99
.macOS(.v14),
10+
.iOS(.v17)
1011
],
1112
products: [
1213
.library(

0 commit comments

Comments
 (0)