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.
@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.
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 tofalse
, similar to the behaviour of the Xcode archive step.