Skip to content

Commit fb4e30a

Browse files
MukundaKattacameroncooke
authored andcommitted
fix(device): stop suggesting unsupported --device-id
1 parent 41ab2af commit fb4e30a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/snapshot-tests/__fixtures__/cli/device/list--success.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Hints
2929
Before running build/run/test/UI automation tools, set the desired device identifier in session defaults.
3030

3131
Next steps:
32-
1. Build for device: xcodebuildmcp device build --scheme "YOUR_SCHEME" --device-id "UUID_FROM_ABOVE"
32+
1. Build for device: xcodebuildmcp device build --scheme "YOUR_SCHEME"
3333
2. Run tests on device: xcodebuildmcp device test
3434
3. Get app path: xcodebuildmcp device get-app-path

src/snapshot-tests/__fixtures__/mcp/device/list--success.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Hints
2929
Before running build/run/test/UI automation tools, set the desired device identifier in session defaults.
3030

3131
Next steps:
32-
1. Build for device: build_device({ scheme: "YOUR_SCHEME", deviceId: "UUID_FROM_ABOVE" })
32+
1. Build for device: build_device({ scheme: "YOUR_SCHEME" })
3333
2. Run tests on device: test_device()
3434
3. Get app path: get_device_app_path()

0 commit comments

Comments
 (0)