I'm using Fastlane Match to manage my certificates and provisionings on iOS. This tool is so cool that I would like to inspire me to manage my push notification certicates and p12.
I'm using pem to create the p12 file, and I would like to store it, in my git repo, with the others certificates.
I have no idea how to do :
- create my own fastfile?
- create my own fastlane plugin?