This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppleSimulator.
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