Skip to content

Releases: bitrise-steplib/bitrise-step-manage-ios-code-signing

2.1.0

21 Nov 12:44
761d6e2
Compare
Choose a tag to compare

What's Changed

  • Add support for Apple Enterprise API key by @godrei in #31

Full Changelog: 2.0.1...2.1.0

2.0.1

22 Oct 13:12
04c4ff9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

30 Aug 06:19
60e41ea
Compare
Choose a tag to compare

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

01 Mar 10:13
e9f11b3
Compare
Choose a tag to compare

This version has an important fix for the Apple ID based automatic code signing.

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

10 Aug 13:28
8cdddea
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: 1.1.2...1.2.0

1.1.2

14 Apr 14:29
e3569f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

21 Mar 10:19
a7c77ab
Compare
Choose a tag to compare

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

08 Mar 14:30
8d19896
Compare
Choose a tag to compare

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.

1.0.5

23 Feb 21:19
1b2435c
Compare
Choose a tag to compare

Fixes an issue in the new device registration flow.

1.0.4

28 Jan 11:05
beb2fb4
Compare
Choose a tag to compare

What's Changed

Internal fixes and dependency updates

Full Changelog: 1.0.3...1.0.4