Contents

CiTestDestination

The test destination of a test action that Xcode Cloud performs.

Declaration

object CiTestDestination

Properties

NameTypeDescription
deviceTypeIdentifierstring

A string that uniquely identifies the simulated device Xcode Cloud uses for a test action, for example, com.apple.CoreSimulator.SimDeviceType.iPhone-12.

deviceTypeNamestring

The display name of the simulated device that Xcode Cloud uses for a test action, for example, iPhone 12.

kindCiTestDestinationKind

A string that indicates whether a test destination is a simulated device or a Mac.

runtimeIdentifierstring

A string that identifies the simulated environment that Xcode Cloud uses for a test action.

runtimeNamestring

The name of the operating system of the simulated environment that Xcode Cloud uses for a test action.

See Also

Objects