bitrise-steplib / steps-xcode-build-for-simulator

MIT License
4 stars 18 forks source link

Unused parameter customOptions in steps-xcode-build-for-simulator #23

Closed sylank closed 4 years ago

sylank commented 4 years ago

Description The customOptions could change the path of the generated artifacts, so it should be appended to the showBuildSettings call inside exportArtifacts function.

See https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/blob/bd9f118ca4949df48bbf4043950a01d9ee58cdde/main.go#L477

Expected result – The value of customOptions input should be appended.

Acceptance criteria add the provided custom options to the showBuildSettings call too