| /expo/packages/@expo/cli/src/run/ios/ |
| H A D | launchApp.ts | 15 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 D | runIosAsync.ts | 37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput); constant 54 await launchAppAsync(binaryPath, manager, {
|
| H A D | XcodeBuild.ts | 44 const binaryPath = path.join( constant 52 return getEscapedPath(binaryPath);
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/ |
| H A D | detox.config.js | 21 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 D | detox.config.js | 21 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 D | runAndroidAsync.ts | 70 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.js | 34 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 D | ExpoGoInstaller.ts | 105 const binaryPath = await downloadExpoGoAsync(this.platform, { sdkVersion: this.sdkVersion }); constant 109 await deviceManager.installAppAsync(binaryPath);
|
| H A D | DeviceManager.ts | 21 abstract installAppAsync(binaryPath: string): Promise<void>;
|
| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | AndroidDeviceManager.ts | 84 async installAppAsync(binaryPath: string) { 86 filePath: binaryPath,
|
| /expo/packages/@expo/cli/src/start/platforms/ios/ |
| H A D | simctlLogging.ts | 298 function getImageNameFromContainerPath(binaryPath: string): string { 299 return path.basename(binaryPath).split('.')[0];
|
| /expo/docs/pages/build-reference/ |
| H A D | e2e-tests.mdx | 167 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',
|