Releases: bitrise-steplib/bitrise-step-manage-ios-code-signing
2.1.0
2.0.1
What's Changed
- E2E test cleanup by @ofalvai in #22
- Update go-xcode by @tothszabi in #29
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
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: 1.2.1...2.0.0
1.2.1
This version has an important fix for the Apple ID based automatic code signing.
What's Changed
- [RA-926] Update go-xcode by @tothszabi in #19
Full Changelog: 1.2.0...1.2.1
1.2.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
Full Changelog: 1.1.2...1.2.0
1.1.2
1.1.1
What's Changed
- Allow empty certificate passphrase in #13
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: 1.1.0...1.1.1
1.1.0
Will run xcodebuild -resolvePackageDependencies
command to fetch Swift packages, before managing code signing. This improves visibility for the time required to fetch packages.
Log elapsed time in the resolve packages dependencies command and later -showBuildSettings
commands.