Skip to content

Releases: bitrise-steplib/steps-xcode-archive

5.9.3

11 Nov 14:57
5add210

Choose a tag to compare

What's Changed

  • Use project-relative path for build settings.

5.9.2

10 Nov 15:35
75fc4ee

Choose a tag to compare

What's Changed

  • Update step.yml: add missing project_type_tags by @godrei in #398

Full Changelog: 5.9.1...5.9.2

5.9.1

10 Nov 14:58
b3d1b5c

Choose a tag to compare

What's Changed

  • Pass clonedSourcePackagesDirPath to showBuildSettings by @lpusok in #401

Full Changelog: 5.9.0...5.9.1

5.9.0

10 Nov 14:06
878fee4

Choose a tag to compare

What's Changed

  • Will use Xcode workspace to look up build settings (xcodebuild -showBuildSettings), if provided. Improved caching of the result, so -showBuildSettings is only called once. This will improve build cache usage as well for workspace-based projects.
    Thanks for @ThomasDutartre for contributing.

Full Changelog: 5.8.5...5.9.0

5.8.5

14 Oct 09:04
1bc853e

Choose a tag to compare

What's Changed

Full Changelog: 5.8.4...5.8.5

5.8.4

18 Sep 09:49
9b936e3

Choose a tag to compare

What's Changed

Full Changelog: 5.8.3...5.8.4

5.8.3

11 Sep 14:53
4acd464

Choose a tag to compare

What's Changed

Full Changelog: 5.8.2...5.8.3

5.8.2

04 Sep 14:21
f02c4b2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.8.1...5.8.2

5.8.1

18 Aug 08:51
a0506f5

Choose a tag to compare

What's Changed

  • Update go-xcode to pull the fallback profiles fix by @godrei in #385

Full Changelog: 5.8.0...5.8.1

5.8.0

01 Jul 14:33
928b8a3

Choose a tag to compare

What's Changed

  • Added Platform input. Existing workflows continue to work as before as the default value is detect, but setting this Input is recommended. Exxample: - platform: iOS
    This removes an internal phase of reading per-project build settings. In addition multiplatform app targets are now supported, where detecting the platform was not possible.

Full Changelog: 5.7.0...5.8.0