Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/pem

0.4.0 Speed and Improvements

12 Apr 16:07
Compare
Choose a tag to compare
  • 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

09 Mar 14:49
Compare
Choose a tag to compare
  • 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

06 Mar 17:23
Compare
Choose a tag to compare

You can now keep your private key using the environment variable PEM_SAVE_PRIVATEKEY (Thanks @esnick)

0.3.6 Fix for new App IDs

26 Feb 17:01
Compare
Choose a tag to compare

Resolves an issu for newly created Apps

0.3.5 Fixed not creating tmp folder

19 Feb 13:12
Compare
Choose a tag to compare

Fixed not creating tmp folder

0.3.4 Major refactoring

18 Feb 11:13
Compare
Choose a tag to compare

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

04 Feb 21:47
Compare
Choose a tag to compare

Fixed problem with phantomjs when being run by fastlane.

0.3.2 Improved phantomjs dependency

04 Feb 21:20
Compare
Choose a tag to compare

No more phantomjs dependency to install manually

0.3.1 Improvements

28 Jan 23:01
Compare
Choose a tag to compare
  • Improved support for multiple teams
  • Show stack trace on error by default
  • Improved help screen

0.3.0 fastlane release

15 Jan 16:24
Compare
Choose a tag to compare

This is the first release with full fastlane support