Skip to content

Releases: bitrise-steplib/steps-xcode-archive

1.10.1

11 Oct 09:18

Choose a tag to compare

  • BREAKING: export_options_path removed, instead use:
    custom_export_options_plist_content - Custom export options plist content.
  • step output improvements in case of custom export options

1.10.0

23 Sep 15:08

Choose a tag to compare

  • if output_tool=xcpretty raw xcodebuild output's path will exported in BITRISE_XCODE_RAW_RESULT_TEXT_PATH environment variable

1.9.2

19 Sep 12:00

Choose a tag to compare

  • remove template from mktemp

1.9.1

06 Sep 15:47

Choose a tag to compare

new ipa export related inputs:

  • export_method: Select method for export
  • upload_bitcode: Include bitcode?
  • compile_bitcode: Rebuild from bitcode?
  • team_id: The Developer Portal team to use for this export

new xcode 8 related inputs:

  • force_team_id: Force Developer Portal team to use during archive
  • force_provisioning_profile_specifier: Force code signing with Provisioning Profile Specifier

1.9.0

11 Aug 13:38

Choose a tag to compare

  • NEW INPUT: export_all_dsyms
    If this input is set to yes step will collect every dsym (.app dsym and framwork dsyms) in a directory, zip it and export the zipped directory path. Otherwise only .app dsym will be zipped and the zip path exported.

1.8.5

26 Jul 12:47

Choose a tag to compare

1.8.4

26 Jul 12:23

Choose a tag to compare

  • [70fde9c] bitrise.yml revision & v1.8.4
  • [c4ab5f9] Merge pull request #45 from bitrise-io/feature/debug-print-paths
  • [e85a01c] debug print the exposed paths

1.8.3

05 Jul 13:41

Choose a tag to compare

  • step ensures if xcarchive generated after archive command

1.8.2

01 Jul 10:14

Choose a tag to compare

1.8.1

23 Jun 15:01

Choose a tag to compare

  • allow to use deprecated export method: use_deprecated_export
  • more info about the format of the Code Sign Identity