Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/options/
H A DresolveDevice.ts9 import { OSType } from '../../../start/platforms/ios/simctl';
19 async function getDevicesAsync({ osType }: { osType?: OSType } = {}): Promise<AnyDevice[]> {
35 function filterDevicesForOsType(devices: AnyDevice[], osType: OSType): AnyDevice[] {
42 { osType }: { osType?: OSType } = {}
/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts9 export type OSType = 'iOS' | 'tvOS' | 'watchOS' | 'macOS'; alias
33 osType: OSType;
49 export function isOSType(value: any): value is OSType {
256 device.osType = osType as OSType;