Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IosDeviceCatalog

import type { IosDeviceCatalog } from "https://googleapis.deno.dev/v1/testing:v1.ts";

The currently supported iOS devices.

interface IosDeviceCatalog {
models?: IosModel[];
runtimeConfiguration?: IosRuntimeConfiguration;
versions?: IosVersion[];
xcodeVersions?: XcodeVersion[];
}

§Properties

§
models?: IosModel[]
[src]

The set of supported iOS device models.

§
runtimeConfiguration?: IosRuntimeConfiguration
[src]

The set of supported runtime configurations.

§
versions?: IosVersion[]
[src]

The set of supported iOS software versions.

§
xcodeVersions?: XcodeVersion[]
[src]

The set of supported Xcode versions.