AppleSimulatorConfigurationSettings Class

Summary

not implemented yet, these will be options to customize settings of the simulator before boot. Stuff like disabling auto-correction... see https://github.com/plu/simctl/blob/master/lib/simctl/device_settings.rb
Assembly
Cake.AppleSimulator.dll
Namespace
Cake.AppleSimulator
Base Types
graph BT Type-->Base0["SimulatorSettings"] click Base0 "/api/Cake.AppleSimulator.Simulator/SimulatorSettings" Base0-->Base1["ToolSettings"] Type["AppleSimulatorConfigurationSettings"] class Type type-node

Syntax

public class AppleSimulatorConfigurationSettings : SimulatorSettings

Constructors

Properties

Name Value Summary
KeyboardAllowPaddle Nullable<bool>
KeyboardAssistant Nullable<bool>
KeyboardAutocapitalization Nullable<bool>
KeyboardAutocorrection Nullable<bool>
KeyboardCapsLock Nullable<bool>
KeyboardCheckSpelling Nullable<bool>
KeyboardPeriodShortcut Nullable<bool>
KeyboardPrediction Nullable<bool>
KeyboardShowPredictionBar Nullable<bool>

Extension Methods

Name Value Summary
Dump<AppleSimulatorConfigurationSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AppleSimulatorConfigurationSettings>(AppleSimulatorConfigurationSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AppleSimulatorConfigurationSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AppleSimulatorConfigurationSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AppleSimulatorConfigurationSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AppleSimulatorConfigurationSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin