Skip to content

Releases: bitrise-steplib/steps-xcode-analyze

2.0.0

19 Jul 11:31
Compare
Choose a tag to compare
  • It has been rewritten in Golang.
  • Install xcpretty output tool if missing

1.7.1

22 Nov 14:21
Compare
Choose a tag to compare
  • Update project_type_tags and type_tags
  • remove build type_tag

1.7.0

22 Nov 13:19
Compare
Choose a tag to compare
  • New input: disable_codesign - disable code signing (default to yes)

1.6.1

19 Dec 15:01
Compare
Choose a tag to compare
  • macos project_type_tag added

1.6.0

06 Jun 14:00
Compare
Choose a tag to compare
  • DEPRECATION : is_force_code_sign input removed, because of the latest version (1.5.0 ) of step certifcate and profile installer no more exports BITRISE_PROVISIONING_PROFILE_ID and BITRISE_CODE_SIGN_IDENTITY. This envs were used if xcode analyze step's is_force_code_sign was true.
    From now you can direct specify force_code_sign_identity and force_provisioning_profile as input of xcode analyze step.

1.5.1

16 Mar 13:14
Compare
Choose a tag to compare
  • log improvements

1.5.0

25 Jan 14:58
Compare
Choose a tag to compare
  • is_clean_build : new default, set to "no"
  • a bit of log & code revision

1.4.1

04 Dec 13:36
Compare
Choose a tag to compare
  • Additional logging revision

1.4.0

04 Dec 13:17
Compare
Choose a tag to compare
  • 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
  • logging revision

1.3.0

06 Nov 11:55
Compare
Choose a tag to compare
  • xctool support | thanks to @gkiki90
  • log revision