-
Added support for providing optional additional options to xcodebuild via xcodebuild_options, similar to the existing Xcode Archive step for iOS. (https://github.com/bitrise-steplib/steps-xcode-test-mac/pull/12) - Thanks to @sebj
-
Fix the key and value order in
validateRequiredInput
. (https://github.com/bitrise-steplib/steps-xcode-test-mac/pull/11) - Thanks to @kitasuke -
Maintenance (https://github.com/bitrise-steplib/steps-xcode-test-mac/pull/13):
- update the go-test, golint, errchek etc…
- update the yml for the new release flow
New input: xcodebuild_options
Options added to the end of the xcodebuild call. You can use multiple options, separated by a space character.
Example: -xcconfig PATH -verbose