xcodebuild
xcodebuild copied to clipboard
Add simulator destination and archivePath option
I have a use-case for running archives for simulator destinations and passing the resulting archive to a different workflow.
This PR:
- adds the
iOS-simulatoroption to platform field which sets the destination togeneric/platform=iOS Simulatorin the xcodebuild invocation - adds
archive-pathsetting to manually specify the path to output the .xcarchive result in archive builds
Please let me know if there's anything I can add or change.