Launch iOS Simulator apps from the command line without Xcode.
Command-line application launcher for the iOS Simulator
ios-sim$ ios-sim launch /path/to/MyApp.app$ ios-sim start --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-14$ ios-sim install --app /path/to/MyApp.app$ ios-sim launch /path/to/MyApp.app --args --debug --verbose$ ios-sim launch /path/to/MyApp.app --sdk 17.0