adapters/xcode library
Properties
- defaultiOSRuntime → String
-
final
-
ipadTypes
→ Map<
String, String> -
final
-
iphoneTypes
→ Map<
String, String> -
final
-
permissions
↔ List<
String> -
getter/setter pair
Functions
-
bootSimulator(
String uid, {bool? headless = true, String simulatorAppPath = '/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/'}) → String? - Boots the simulator from the given uid
-
checkSimulatorIdentifier(
String simid) → bool -
createSimulator(
{String? simulatorName, String? device}) → String - Creates a simulator with given simulator name, device and runtime
-
eraseSimulator(
String? uid) → String? - Erasing the simulator
-
getIOSBundleName(
String? bundlePath) → String? -
getXCodeBuildEnvironmentVariable(
String variableName) → String? -
getXCodeBuildEnvironmentVaribles(
{String projectPath = './ios/Runner.xcodeproj'}) → String? -
grantPermission(
{String? uid, String? bundleIndentifier, String? permission}) → String? - Grant permissions to the installed app
-
mapIOSRuntime(
String version) → String -
shutdownSimulator(
String? uid) → String? - Shutsdown the simulator with the given uid