Releases: bitrise-steplib/steps-xcode-archive
Releases · bitrise-steplib/steps-xcode-archive
5.9.3
5.9.2
5.9.1
5.9.0
What's Changed
- Will use Xcode workspace to look up build settings (
xcodebuild -showBuildSettings), if provided. Improved caching of the result, so-showBuildSettingsis 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
What's Changed
- Update go-xcode to v2.0.0-alpha.70 by @Badlazzor in #396
Full Changelog: 5.8.4...5.8.5
5.8.4
What's Changed
- Fix missing logs when using log interceptor by @Badlazzor in #394
Full Changelog: 5.8.3...5.8.4
5.8.3
What's Changed
- [ACI-4154] log deadlock resolution by @Badlazzor in #390
Full Changelog: 5.8.2...5.8.3
5.8.2
What's Changed
- Fix profile cleanup in e2e tests by @godrei in #388
- [ACI-4111] Intercept bitrise log by @Badlazzor in #389
New Contributors
- @Badlazzor made their first contribution in #389
Full Changelog: 5.8.1...5.8.2
5.8.1
5.8.0
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