Releases: bitrise-steplib/steps-xcode-analyze
Releases · bitrise-steplib/steps-xcode-analyze
2.0.0
- It has been rewritten in Golang.
- Install xcpretty output tool if missing
1.7.1
1.7.0
1.6.1
1.6.0
- DEPRECATION :
is_force_code_sign
input removed, because of the latest version (1.5.0 ) of step certifcate and profile installer no more exportsBITRISE_PROVISIONING_PROFILE_ID
andBITRISE_CODE_SIGN_IDENTITY
. This envs were used if xcode analyze step'sis_force_code_sign
was true.
From now you can direct specifyforce_code_sign_identity
andforce_provisioning_profile
as input of xcode analyze step.
1.5.1
1.5.0
is_clean_build
: new default, set to "no"- a bit of log & code revision
1.4.1
- Additional logging revision
1.4.0
xctool
removed as it caused issues with a small number of projects- instead,
xcpretty
can 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 (
- logging revision
1.3.0
xctool
support | thanks to @gkiki90- log revision