Closed hisaac closed 2 years ago
Closes https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/issues/30
step.yml
README.md
Requires a MINOR update
Some builds need to allow codesigning when building for the simulator, but the step in its current state does not allow this to be configured easily.
codes_signing_allowed
SetDisableCodesign
@shams-ahmed Still more work to do I'm sure, but wanted to get this up to make sure I'm headed in the right direction.
Closes https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/issues/30
Checklist
step.yml
andREADME.md
is updated with the changes (if needed)Version
Requires a MINOR update
Context
Some builds need to allow codesigning when building for the simulator, but the step in its current state does not allow this to be configured easily.
Changes
codes_signing_allowed
configuration optionSetDisableCodesign
method