Commit 4dad9e6
committed
fix: remove malformed xcodebuild args from simctl mock JSON
The mock simctl list devices JSON incorrectly included '-derivedDataPath'
and DERIVED_DATA_DIR as array elements alongside device objects. These
xcodebuild command arguments do not belong in the simctl JSON response
and corrupted the mock data structure with unrealistic input.1 parent daf00b3 commit 4dad9e6
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
| |||
277 | 275 | | |
278 | 276 | | |
279 | 277 | | |
280 | | - | |
281 | | - | |
282 | 278 | | |
283 | 279 | | |
284 | 280 | | |
| |||
0 commit comments