AppleSimulatorAliases.

LaunchAppleSimulator(ICakeContext, string) Method

Summary

Boot the specified simulator, headless in the background. This operation returns immiedately and does not block, you need to put the cake thread to sleep/pause execution to allow time for the simulator to boot.

Syntax

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

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
deviceIdentifier string

Return Value

Type Description
void