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 5add48b commit 70fca88Copy full SHA for 70fca88
1 file changed
example_projects/.xcodebuildmcp/config.yaml
@@ -0,0 +1,21 @@
1
+schemaVersion: 1
2
+sessionDefaultsProfiles:
3
+ calculator:
4
+ workspacePath: ./iOS_Calculator/CalculatorApp.xcworkspace
5
+ scheme: CalculatorApp
6
+ simulatorName: iPhone 17 Pro
7
+ simulatorId: B38FE93D-578B-454B-BE9A-C6FA0CE5F096
8
+ simulatorPlatform: iOS Simulator
9
+ ios-test:
10
+ projectPath: ./iOS/MCPTest.xcodeproj
11
+ scheme: MCPTest
12
13
14
15
+ macos-test:
16
+ projectPath: ./macOS/MCPTest.xcodeproj
17
18
+ spm:
19
+ projectPath: ./spm
20
+ scheme: spm
21
+activeSessionDefaultsProfile: spm
0 commit comments