Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DlaunchApp.ts15 binaryPath: string,
19 const appId = await profile(getBundleIdentifierForBinaryAsync)(binaryPath);
24 bundle: binaryPath,
35 await device.installAppAsync(binaryPath);
54 async function getBundleIdentifierForBinaryAsync(binaryPath: string): Promise<string> {
55 const builtInfoPlistPath = path.join(binaryPath, 'Info.plist');
H A DrunIosAsync.ts37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput); constant
54 await launchAppAsync(binaryPath, manager, {
H A DXcodeBuild.ts44 const binaryPath = path.join( constant
52 return getEscapedPath(binaryPath);
/expo/packages/expo-updates/e2e/fixtures/project_files/
H A Ddetox.config.js21 binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/BareExpoDetox.app', property
26 binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/BareExpoDetox.app', property
31 binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk', property
37 binaryPath: 'android/app/build/outputs/apk/release/app-release.apk', property
/expo/apps/bare-expo/
H A Ddetox.config.js21 binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/BareExpoDetox.app', property
26 binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/BareExpoDetox.app', property
31 binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk', property
37 binaryPath: 'android/app/build/outputs/apk/release/app-release.apk', property
/expo/packages/@expo/cli/src/run/android/
H A DrunAndroidAsync.ts70 const binaryPath = path.join(props.apkVariantDirectory, apkFile); constant
71 debug('Installing:', binaryPath);
72 await props.device.installAppAsync(binaryPath);
/expo/packages/expo-dev-client/
H A D.detoxrc.js34 binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk', property
40 binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/{{= it.name }}.app', property
/expo/packages/@expo/cli/src/start/platforms/
H A DExpoGoInstaller.ts105 const binaryPath = await downloadExpoGoAsync(this.platform, { sdkVersion: this.sdkVersion }); constant
109 await deviceManager.installAppAsync(binaryPath);
H A DDeviceManager.ts21 abstract installAppAsync(binaryPath: string): Promise<void>;
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidDeviceManager.ts84 async installAppAsync(binaryPath: string) {
86 filePath: binaryPath,
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts298 function getImageNameFromContainerPath(binaryPath: string): string {
299 return path.basename(binaryPath).split('.')[0];
/expo/docs/pages/build-reference/
H A De2e-tests.mdx167 binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/eastestsexample.app',
174 binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
578 binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/eastestsexample.app',
584 binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/eastestsexample.app',
590 binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
596 binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',