Releases: bitrise-steplib/steps-certificate-and-profile-installer
Releases · bitrise-steplib/steps-certificate-and-profile-installer
1.10.1
- [a03d4cd] sensitive input option added (#52)
- [d2b28f4] language check on certificate-and-profile-installer (#51)
1.10.0
- Handle TvOS - Xcode managed provisioning profiles
- Switch summary and description in step.yml. - Thanks @joh-klein for the fix.
1.9.3
- Input grouping fix
- PKCS7 dependency update
1.9.2
- updated IsXcodeManaged check
- use go packages to parse certificates and profiles instead of openssl calls
- print profile capabilities
- manage dependencies with dep
1.9.1
CertificateInfoModel
got a new field: Serial
- detect if profile
IsXcodeManaged
- better error messages
1.9.0
- updated logging and certificate checking
- fixed empty
certificate_url
and provisioning_profile_url
input handling
1.8.8
- removed os.Exit(1) when checking expiry date (#34)
1.8.7
- print installed certificate's expire date
1.8.6
- input grouping and reordering