Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts46 const deviceValues = await new LockdowndClient(socket).getAllValues(); constant
51 name: deviceValues.DeviceName ?? deviceValues.ProductType ?? 'unknown iOS device',
52 model: deviceValues.ProductType,
53 osVersion: deviceValues.ProductVersion,