Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts290 const containerPath = await getContainerPathAsync({ udid }, { appId: bundleIdentifier }); constant
292 if (containerPath) {
293 return getImageNameFromContainerPath(containerPath);
H A Dsimctl.ts96 const containerPath = await getContainerPathAsync(device, { appId }); constant
97 if (containerPath) {
99 const { output } = await spawnAsync('defaults', ['read', `${containerPath}/Info`, key], {