YAML for MacOS VM
Execute commands on a native macOS virtual machine with advanced VM controls.
YAML examples for MacOS VM
Run commands on macOS VM
yaml- action: "Run on macOS VM" type: "NATIVE_BUILD_MAC_VM" trigger_time: "ON_EVERY_EXECUTION" working_directory: "/Users/buddy/project" shell: "SH" xcode_version: "15.0" commands: - "xcodebuild -project MyApp.xcodeproj -scheme MyApp build" certificates: - "my_distribution_cert" provision_profiles: - "my_provision_profile"