Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts84 const clientManager = await ClientManager.create(udid); constant
87 await mountDeveloperDiskImage(clientManager);
92 await uploadApp(clientManager, { appBinaryPath: appPath, destinationPath: destPackagePath });
94 const installer = await clientManager.getInstallationProxyClient();
146 clientManager.end();
151 async function mountDeveloperDiskImage(clientManager: ClientManager) {
152 const imageMounter = await clientManager.getMobileImageMounterClient();
168 clientManager: ClientManager,
171 const afcClient = await clientManager.getAFCClient();
185 clientManager: ClientManager,
[all …]