Skip to main content

tools-apple

@rnx-kit/tools-apple is a collection of functions for deploying apps on iOS or macOS.

Usage:

import * as tools from "@rnx-kit/tools-apple";
CategoryFunctionDescription
iosbootSimulator(simulator)Boots the simulator with the specified UDID.
iosgetAvailableSimulators(search)Returns a list of available iOS simulators.
iosgetDevices()Returns a list of available iOS simulators and physical devices.
iosinstall(device, app)Installs the specified app bundle on specified simulator or physical device.
ioslaunch(device, app)Launches the specified app bundle on specified simulator or physical device.
iosselectDevice(deviceName, deviceType, logger)Returns the simulator or physical device with the specified name.
xcodegetDeveloperDirectory()Returns the path to the active developer directory.
xcodeparsePlist(app)Parses and returns the information property list of specified bundle.