Cake.AppleSimulator

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(string, SimCtlSettings) Boot the specified simulator, headless in the background.
BootAppleSimulator(string) Boot the specified simulator, headless in the background.
EraseAllAppleSimulators(SimCtlSettings) Not implemented yet. Send in a pull-request!
EraseAllAppleSimulators() Not implemented yet. Send in a pull-request!
EraseAppleSimulator(string, SimCtlSettings) Erases and factory resets the specified simulator.
EraseAppleSimulator(string) Erases and factory resets the specified simulator.
FindXCodeTool(string, XCRunSettings) Shutdowns all running simulators.
FindXCodeTool(string) Shutdowns all running simulators.
InstalliOSApplication(string, string, SimCtlSettings) Installs an application on the specified simulator.
InstalliOSApplication(string, string) Installs an application on the specified simulator.
LaunchAppleSimulator(string, SimulatorSettings) 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(string) 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(string, string, SimCtlSettings) Launches an application on the specified simulator.
LaunchiOSApplication(string, string) Launches an application on the specified simulator.
ListAppleSimulatorDeviceTypes(SimCtlSettings) Fetch list of installed simulator device types.
ListAppleSimulatorDeviceTypes() Fetch list of installed simulator device types.
ListAppleSimulatorPairs(SimCtlSettings) Fetch list of simulators pairs (iphone+watch) available for administrative operations.
ListAppleSimulatorPairs() Fetch list of simulators pairs (iphone+watch) available for administrative operations.
ListAppleSimulatorRuntimes(SimCtlSettings) Fetch list of installed simulator runtimes.
ListAppleSimulatorRuntimes() Fetch list of installed simulator runtimes.
ListAppleSimulators(SimCtlSettings) 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)
ShutdownAllAppleSimulators(SimCtlSettings) Shutdowns all running simulators.
ShutdownAllAppleSimulators() Shutdowns all running simulators.
TestiOSApplication(string, string, SimCtlSettings) Launches and returns the unit test results of an application on the specified simulator.
TestiOSApplication(string, string) Launches and returns the unit test results of an application on the specified simulator.
UninstalliOSApplication(string, string, SimCtlSettings) Uninstalls an application on the specified simulator.
UninstalliOSApplication(string, string) Uninstalls an application on the specified simulator.