Cake Build addin for managing (simctl) Apple iOS/watchOS/TV simulators.
#addin nuget:?package=Cake.AppleSimulator&version=0.2.0
dotnet add package Cake.AppleSimulator --version 0.2.0
<PackageReference Include="Cake.AppleSimulator" Version="0.2.0" />
Aliases
General
BootAppleSimulator |
Boot the specified simulator, headless in the background. |
BootAppleSimulator |
Boot the specified simulator, headless in the background. |
Erase |
Not implemented yet. Send in a pull-request! |
Erase |
Not implemented yet. Send in a pull-request! |
EraseAppleSimulator |
Erases and factory resets the specified simulator. |
EraseAppleSimulator |
Erases and factory resets the specified simulator. |
FindXCodeTool |
Shutdowns all running simulators. |
FindXCodeTool |
Shutdowns all running simulators. |
Installi |
Installs an application on the specified simulator. |
Installi |
Installs an application on the specified simulator. |
LaunchAppleSimulator |
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. |
LaunchAppleSimulator |
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. |
LaunchiOSApplication |
Launches an application on the specified simulator. |
LaunchiOSApplication |
Launches an application on the specified simulator. |
List |
Fetch list of installed simulator device types. |
List |
Fetch list of installed simulator device types. |
List |
Fetch list of simulators pairs (iphone+watch) available for administrative operations. |
List |
Fetch list of simulators pairs (iphone+watch) available for administrative operations. |
List |
Fetch list of installed simulator runtimes. |
List |
Fetch list of installed simulator runtimes. |
ListAppleSimulators |
Fetch list configured simulators that are defined and available for administrative operations (boot, launch, shutdown, etc) |
ListAppleSimulators |
Fetch list configured simulators that are defined and available for administrative operations (boot, launch, shutdown, etc) |
Shutdown |
Shutdowns all running simulators. |
Shutdown |
Shutdowns all running simulators. |
TestiOSApplication |
Launches and returns the unit test results of an application on the specified simulator. |
TestiOSApplication |
Launches and returns the unit test results of an application on the specified simulator. |
Uninstalli |
Uninstalls an application on the specified simulator. |
Uninstalli |
Uninstalls an application on the specified simulator. |