Skip to content

Releases: jenkinsci/xcode-plugin

2.0.17-565.v1c48051d46ef

21 May 06:04
Compare
Choose a tag to compare

✍ Other changes

Fix backward compatibility problem at Import Developer Profile.

21 Nov 05:44
Compare
Choose a tag to compare

At "Import Developer Profile", the keyword "profileId" was an incompatible keyword "developerProfileId", so this was change to "profileId".

Fix security issue and more.

27 May 02:56
Compare
Choose a tag to compare
  • Allow to unlock/lock keychain on demand. (JENKINS-56909)
  • Modified to encrypt the keychain password. (PR #102)
  • Fix display bug developer profile credentials and more. (PR #103)

Fix broken parser.

19 Nov 06:40
Compare
Choose a tag to compare
  • Fixed the validation when multiple projects are included in WorkSpace. [JENKINS-54113]
  • Fix dSYMs generation [JENKINS-54414]

Added a option to use the 'Legacy Build System'

02 Nov 02:09
Compare
Choose a tag to compare

Added a option to use the 'Legacy Build System' instead of 'New Builld System' which became available from Xcode 9.

Fixed a bug around code sign.

10 Oct 02:08
Compare
Choose a tag to compare
  • Corresponds when there is no DEVELOPMENT_TEAM entry in the old Xcode project.
  • Delete unnecessary error messages.
  • When copying the provisioning profile from the project location, it needs to be done before Xcode compilation, so it is fixed.
  • Fixed a bug that error message got mixed when parsing provisioning profile and analysis failed.

Added a function to retrieve information necessary for CodeSign from Xcode project.

20 Sep 23:26
Compare
Choose a tag to compare
  • Added the ability to copy provisioning profile files to manual code signing.
  • Change the help for importing developer profile to more detailed one.
  • Enhance backward compatibility.
  • Added a function to retrieve information necessary for CodeSign from Xcode project.

xcode-plugin-2.0.6

20 Sep 23:27
Compare
Choose a tag to compare
  • Fixed a bug that key chain was not unlocked properly when importing developer profile to keychain.
  • Added input validation when setting up developer profile loader.
  • Added input validation when setting up export IPA.
  • Fix some bugs.

More compatibility for Pipeline.

20 Sep 23:28
Compare
Choose a tag to compare
  • More compatibility for Pipeline.
  • Added function to import developer profile into existing keychain.
  • Added a function to set exportOptions.plist an option for deleting Swift symbols when exporting IPA.

If the developer profile is not set, an error message is displayed.

21 Jun 07:51
Compare
Choose a tag to compare

Apparently there seems to be a bug in the Developer Profile registration logic of "Credentials", it will fail frequently to load Developer Profile.
We have made an error display when the developer profile is not registered as a temporary solution.