Home
last modified time | relevance | path

Searched refs:resolveId (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts75 const { stdout } = await simctlAsync(['get_app_container', resolveId(device), appId]);
117 await simctlAsync(['openurl', resolveId(device), options.url]);
127 await bootDeviceAsync({ udid: resolveId(device) });
155 return await simctlAsync(['launch', resolveId(device), options.appId]);
209 return simctlAsync(['install', resolveId(device), options.filePath]);
220 return simctlAsync(['uninstall', resolveId(device), options.appId]);
276 function resolveId(device: Partial<DeviceContext>): string { function