Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/options/
H A DresolveDevice.ts14 import * as AppleDevice from '../appleDevice/AppleDevice';
16 type AnyDevice = SimControl.Device | AppleDevice.ConnectedDevice;
20 const connectedDevices = await AppleDevice.getConnectedDevicesAsync();
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DinstallOnDeviceAsync.ts6 import * as AppleDevice from './AppleDevice';
38 await AppleDevice.runOnDevice({
/expo/home/graphql/
H A Dtypes.ts78 appleDevices: Array<AppleDevice>;
1645 export type AppleDevice = { alias
1676 createAppleDevice: AppleDevice;
1680 updateAppleDevice: AppleDevice;
1781 appleDevices: Array<AppleDevice>;
1874 appleDevices: Array<AppleDevice>;
3322 appleDevices?: Maybe<Array<Maybe<AppleDevice>>>;