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.4.0 Speed and Improvements
PEM
now launches even faster 🚀- Improved code generating the push profile (thanks @snatchev)
- Generated
p12
file now contains the app identifier (thanks @carlosefonseca)
0.3.8 New Configuration
PEM
now makes use of the new configuration of the fastlane tools: Pass any option as either command line parameter or environment variable- Added support for exporting the push profile as p12 file
0.3.7 Private Key Export
You can now keep your private key using the environment variable PEM_SAVE_PRIVATEKEY
(Thanks @esnick)
0.3.6 Fix for new App IDs
Resolves an issu for newly created Apps
0.3.5 Fixed not creating tmp folder
Fixed not creating tmp folder
0.3.4 Major refactoring
A lot of changes under the hood: All fastlane tools now use the shared gem fastlane_core
This allows me to develop and release new features even faster 🚀
This version also adds support for accounts having hundreds of App IDs (Thanks @iPavel92)
0.3.3 Fixed problem with fastlane
Fixed problem with phantomjs
when being run by fastlane
.
0.3.2 Improved phantomjs dependency
No more phantomjs
dependency to install manually
0.3.1 Improvements
- Improved support for multiple teams
- Show stack trace on error by default
- Improved help screen
0.3.0 fastlane release
This is the first release with full fastlane support