Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts92 await uploadApp(clientManager, { appBinaryPath: appPath, destinationPath: destPackagePath });
167 async function uploadApp( function