Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts171 const afcClient = await clientManager.getAFCClient(); constant
173 await afcClient.getFileInfo('PublicStaging');
176 await afcClient.makeDirectory('PublicStaging');
181 await afcClient.uploadDirectory(appBinaryPath, destinationPath);