bitrise-steplib / steps-export-xcarchive

MIT License
0 stars 6 forks source link

Add option to set manage version and build number #33

Closed shams-ahmed closed 2 years ago

shams-ahmed commented 2 years ago

This PR adds a new input argument to resolve issues around managing Xcode 13 new version and build number input when exporting.

By default, Xcode has this set to true which causes unintentional effects and hard to track down bugs with version numbers. This update allows step users to configure this option by setting the value. To help avoid more issues it's been set to false, similar to the behaviour of the Xcode archive step.

ofalvai commented 2 years ago

@shams-ahmed if it's not too much hassle, can you please to update go-steputils in this PR? 🥺 I want this feature to land in as many steps as possible.