Releases: jenkinsci/xcode-plugin
Releases · jenkinsci/xcode-plugin
2.0.17-565.v1c48051d46ef
✍ Other changes
- JENKINS-64917 - Xcode Plugin fails to generate unit test report on macOS Catalina: JAXB-API issue (#113) @basil
- Modernize plugin (#112) @MarkEWaite
- Deleting
CredentialsBindingHandler.toBindings
(#111) @jglick - Fix typo in signingMethod description (#109) @garykb8
- Migrated pipeline how-to from jenkins wiki (#108) @krharsh17
Fix backward compatibility problem at Import Developer Profile.
At "Import Developer Profile", the keyword "profileId" was an incompatible keyword "developerProfileId", so this was change to "profileId".
Fix security issue and more.
Fix broken parser.
- 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'
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.
- 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.
- 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
- 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.
- 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.
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.