Home
last modified time | relevance | path

Searched refs:simctlAsync (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]);
155 return await simctlAsync(['launch', resolveId(device), options.appId]);
193 await simctlAsync(['boot', device.udid]);
209 return simctlAsync(['install', resolveId(device), options.filePath]);
220 return simctlAsync(['uninstall', resolveId(device), options.appId]);
241 const result = await simctlAsync(['list', type, '--json', query]);
269 export async function simctlAsync( function