Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DClientManager.ts47 async getLockdowndClient() { method in ClientManager
56 const lockdownClient = await this.getLockdowndClient();
H A DAppleDevice.ts157 const version = await (await clientManager.getLockdowndClient()).getValue('ProductVersion');