Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts90 const destPackagePath = path.join('PublicStaging', packageName); constant
92 await uploadApp(clientManager, { appBinaryPath: appPath, destinationPath: destPackagePath });
96 destPackagePath,