Searched refs:simulatorOpenedByApp (Results 1 – 2 of 2) sorted by relevance
29 const [simulatorOpenedByApp] = await SimControl.getBootedSimulatorsAsync(); constant33 simulatorOpenedByApp?.udid &&34 (!osType || (osType && simulatorOpenedByApp.osType === osType))36 debug(`First booted simulator: ${simulatorOpenedByApp?.windowName}`);37 return simulatorOpenedByApp;100 const simulatorOpenedByApp = await getBestBootedSimulatorAsync({ osType }); constant102 if (simulatorOpenedByApp) {103 return simulatorOpenedByApp.udid;
39 const simulatorOpenedByApp = await getBestBootedSimulatorAsync({ osType }); constant40 if (simulatorOpenedByApp) {41 return simulatorOpenedByApp;