Home
last modified time | relevance | path

Searched defs:binaryPath (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-updates/e2e/fixtures/project_files/
H A D.detoxrc.json16 "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 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/ios/
H A DrunIosAsync.ts37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput); constant
H A DXcodeBuild.ts44 const binaryPath = path.join( constant
/expo/packages/@expo/cli/src/run/android/
H A DrunAndroidAsync.ts70 const binaryPath = path.join(props.apkVariantDirectory, apkFile); constant
/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-dev-launcher/android/src/debug/res/raw/
H A D__reactnativelab_reactnative_package.json129 …"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 DExpoGoInstaller.ts105 const binaryPath = await downloadExpoGoAsync(this.platform, { sdkVersion: this.sdkVersion }); constant