Searched defs:binaryPath (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-updates/e2e/fixtures/project_files/ |
| H A D | .detoxrc.json | 16 "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/updatese2e.app" string 21 "binaryPath": "ios/build/Build/Products/Release-iphonesimulator/updatese2e.app" string 26 "binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk" string 31 "binaryPath": "android/app/build/outputs/apk/release/app-release.apk" string
|
| 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/ios/ |
| H A D | runIosAsync.ts | 37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput); constant
|
| H A D | XcodeBuild.ts | 44 const binaryPath = path.join( constant
|
| /expo/packages/@expo/cli/src/run/android/ |
| H A D | runAndroidAsync.ts | 70 const binaryPath = path.join(props.apkVariantDirectory, apkFile); constant
|
| /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-dev-launcher/android/src/debug/res/raw/ |
| H A D | __reactnativelab_reactnative_package.json | 129 …"binaryPath": "packages/rn-tester/android/app/build/outputs/apk/hermes/release/app-hermes-x86-rele… string 138 …"binaryPath": "packages/rn-tester/android/app/build/outputs/apk/hermes/debug/app-hermes-x86-debug.… string 147 … "binaryPath": "packages/rn-tester/build/Build/Products/Release-iphonesimulator/RNTester.app/", string 153 "binaryPath": "packages/rn-tester/build/Build/Products/Debug-iphonesimulator/RNTester.app/", string
|
| /expo/packages/@expo/cli/src/start/platforms/ |
| H A D | ExpoGoInstaller.ts | 105 const binaryPath = await downloadExpoGoAsync(this.platform, { sdkVersion: this.sdkVersion }); constant
|