This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/pem
Releases · fastlane-old/pem
0.6.3 Fixed problem with profile download
Fixed problem with profile download
0.6.2 Updated for new fastlane
Fixed issue introduced with the new version of fastlane
.
0.6.1 Changed short code
Changed custom output name to -o
0.6.0 New Options, P12 by default
PEM
will now generate ap12
file by default- Added support for setting your own password for the
p12
file - Added support for setting a custom file name (Thanks @mathcarignani)
- Improved
pem --help
output
0.5.5 Fixed help command
Fixed pem --help
command
0.5.4 Update to new fastlane core
Updates PEM
to use the new fastlane_core
0.5.3 Increased remaining time to 30 days
As you receive the warning email 30 days before the certificate expires, PEM
will now use the same time span.
0.5.2 Fixed travis problems
Fixed test problems on Travis
0.5.1 Initial fastlane version
Finally, PEM
now natively works with fastlane 🚀
0.5.0 Detection if valid profile is active
Thanks to @aafa PEM
will now check if the current push profile is valid for at least another 2 weeks. If it's still active, no new profile is created, except when providing the new --force
option.