New Argument: Added build_args to the scan method, allowing users to specify arguments for xcodebuild.
Handling Arguments: If build_args is provided, these arguments are appended to the command after --, following the standard convention for passing additional arguments to xcodebuild.
Close https://github.com/manicmaniac/danger-periphery/issues/231
Key Changes:
build_args
to thescan
method, allowing users to specify arguments forxcodebuild
.build_args
is provided, these arguments are appended to the command after--
, following the standard convention for passing additional arguments toxcodebuild
.Example Usage:
Please review the changes, and I look forward to your feedback!
Thank you!