File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [16 .x]
15+ node-version : [18 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Contributions are welcome! Here's how you can help improve XcodeBuildMCP.
88
99In addition to the prerequisites mentioned in the [ Getting started] ( README.md/#getting-started ) section of the README, you will also need:
1010
11- - Node.js (v16 or later)
11+ - Node.js (v18 or later)
1212- npm
1313
1414#### Optional: Enabling UI Automation
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The XcodeBuildMCP server provides the following tool capabilities:
6464### Prerequisites
6565
6666- macOS 14.5 or later
67- - Xcode 16 .x or later
67+ - Xcode 18 .x or later
6868- mise
6969
7070### One-line setup with mise
Original file line number Diff line number Diff line change 11[tools ]
2- node = " 16 "
2+ node = " 18 "
33python = " 3.11"
44
55[env ]
You can’t perform that action at this time.
0 commit comments