Releases: bitrise-steplib/steps-xcode-archive
5.0.1
5.0.0
What's Changed
- Fix issues around default shared scheme listing, by updating the
go-xcode/xcodeprojectdependency in #327
Breaking Change
Xcode scheme listing has been changed in the go-xcode/xcodeproject library.
This change shouldn't affect the rest of the projects using this step.
This update omits the user schemes of another user, which is in line with how Xcode treats such user schemes.
The new version considers the default shared schemes, which functionality was missing from the previous versions.
For some projects recreating schemes during the build is not needed anymore.
The Recreatue User schemes step can be removed from the workflows, if the latest version of the step (1.1.0) reports shared schemes for the project. This information is printed into the build log:
There are X shared Scheme(s).
Full Changelog: 4.8.1...5.0.0
4.8.1
4.8.0
What's Changed
- Fix dSYM E2E test after sample app change by @ofalvai in #316
- Update default cert name in E2E tests by @ofalvai in #317
- [CI-615] File based device list by @tothszabi in #322
- Update readme with the new input by @tothszabi in #323
Full Changelog: 4.7.2...4.8.0
4.7.2
This version has an important fix for the Apple ID based automatic code signing.
What's Changed
- [RA-926] go-xcode dependency update by @tothszabi in #315
Full Changelog: 4.7.1...4.7.2
4.7.1
4.7.0
What's Changed
- Add example of code signing setting by @bitrise-silver in #307
- Error message improvements by @godrei in
New Contributors
- @bitrise-silver made their first contribution in #307
Full Changelog: 4.6.0...4.7.0
4.6.0
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
- Added conditional for dSYM check on Xcode14. by @matrangam in #301
- Remove Xcode check by @ofalvai in #305
- Override API connection via step inputs by @ofalvai in #303
Full Changelog: 4.5.2...4.6.0
4.5.2
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
What's Changed
- high-level logs for building a project by @shams-ahmed in #296
Full Changelog: 4.5.0...4.5.1