AppleSimulatorAliases.

BootAppleSimulator(ICakeContext, string) Method

Summary

Boot the specified simulator, headless in the background.

Syntax

public static void BootAppleSimulator(this ICakeContext context, string deviceIdentifier)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
deviceIdentifier string

Return Value

Type Description
void