(udid)
| 512 | } |
| 513 | |
| 514 | async function deleteSimulator(udid) { |
| 515 | await execFileAsync("xcrun", ["simctl", "delete", udid], { timeout: 60000 }); |
| 516 | } |
| 517 | |
| 518 | async function bootSimulator(config, udid) { |
| 519 | await localJson( |
no outgoing calls
no test coverage detected