Releases: bitrise-steplib/steps-xcode-archive
Releases · bitrise-steplib/steps-xcode-archive
1.8.0
- DEPRECATION :
is_force_code_signinput removed, because of the latest version (1.5.0 ) of step certifcate and profile installer no more exportsBITRISE_PROVISIONING_PROFILE_IDandBITRISE_CODE_SIGN_IDENTITY. This envs were used if xcode archive step'sis_force_code_signwas true.
From now you can direct specifyforce_code_sign_identityandforce_provisioning_profileas input of xcode archive step.
1.7.3
$GEM_HOME fix/workaround:
Fixes the Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found." error. If $GEM_HOME is set and the project's directory includes a Gemfile, xcodebuild -exportArchive can fail with this error.
To fix this the Step unsets GEM_HOME right before xcodebuild -exportArchive, as that's not required for xcodebuild anyway.
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
is_clean_build: default is set to "no"- bit of code & log revision
1.5.2
- Additional log revision, printing
xcodebuild's andxcpretty's version numbers
1.5.1
Minor log enhancement
1.5.0
xctoolremoved as it caused issues with a small number of projects- instead,
xcprettycan now be used as the "output tool"- this way the build is actually performed by Xcode's Command Line Tools (
xcodebuild) and only the output is formatted by another tool
- this way the build is actually performed by Xcode's Command Line Tools (