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
Installs an application on the specified simulator.
Syntax
public static void InstalliOSApplication(this ICakeContext context, string deviceIdentifier, string applicationPath, SimCtlSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
deviceIdentifier |
string |
|
applicationPath |
string |
|
settings |
SimCtlSettings |
|
Return Value