Skip to content

Releases: bitrise-steplib/steps-xcode-archive

4.7.1

19 Dec 15:48
2b0843e
Compare
Choose a tag to compare

What's Changed

  • Corrected output variable and filename of raw output log by @vshah23 in #313

New Contributors

Full Changelog: 4.7.0...4.7.1

4.7.0

21 Sep 07:09
9f4ef18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.0...4.7.0

4.6.0

10 Aug 13:27
013d873
Compare
Choose a tag to compare

Notable changes

Authentication parameters used for code signing setup can be overridden using new step inputs (instead of using the globally configured connection for the whole app). Check out the description of the new inputs (api_key_path, api_key_id, api_key_issuer_id) for more details.

What's Changed

Full Changelog: 4.5.2...4.6.0

4.5.2

01 Jun 13:42
87d58cd
Compare
Choose a tag to compare

What's Changed

  • Update step.yml
  • Update go-xcode dependency to pull proper xcconfig file path handling

Full Changelog: 4.5.1...4.5.2

4.5.1

31 May 08:37
c55aa3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.5.1

4.5.0

25 May 09:05
d610089
Compare
Choose a tag to compare

The "Build settings (xcconfig)" (xcconfig_content) input can now be a path to a existing .xcconfig file. Previously it could have been only the contents.

If is empty, no setting is changed. This is required when the -xcconfig additional option is used.

When xcconfig_content is set it can be either:

  1. Existing .xcconfig file path.
    Example:

    ./ios-sample/ios-sample/Configurations/Dev.xcconfig

  2. The contents of a newly created temporary .xcconfig file. (This is the default.)
    Build settings must be separated by newline character (\n).
    Example:

       COMPILER_INDEX_STORE_ENABLE = NO
       ONLY_ACTIVE_ARCH[config=Debug][sdk=*][arch=*] = YES
    

4.4.0

11 May 15:48
16729ba
Compare
Choose a tag to compare

Added Step input fallback_provisioning_profile_url_list. If set the listed profiles will be installed when Automatic code signing fails (for example due to an API or authentication failure).
To use the profiles uploaded to the Code Signing tab, set it to $BITRISE_PROVISION_URL.

(#294)

4.3.3

04 May 13:58
ffdfc83
Compare
Choose a tag to compare

What's Changed

  • Optimize target parsing by @ofalvai in #292
    This speeds up the parsing phase of the step on projects with a large number of targets and a complex dependency graph across them.

Full Changelog: 4.3.2...4.3.3

4.3.2

14 Apr 15:23
2b88aa6
Compare
Choose a tag to compare

What's Changed

  • Fix for error when using Apple ID with SPACESHIP_AVOID_XCODE_API set @lpusok in #290

failed to unmarshal response: parsing time

Full Changelog: 4.3.1...4.3.2

4.3.1

21 Mar 10:20
d2b29bb
Compare
Choose a tag to compare

What's Changed

  • Allow empty certificate passphrase in #286

Note: we don't recommend using a certificate without a passphrase for security reasons, but it used to work in other Bitrise steps, so we are unifying the behavior across all Xcode steps.

Full Changelog: 4.3.0...4.3.1