0

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?
cmii
  • 3,556
  • 8
  • 38
  • 69

1 Answers1

0

In order to create a Fastfile, you can run fastlane init from your project directory. To create a fastlane plug_in, you can run fastlane new_plugin from your project directory.

Here are instructions to create a new plugin.

Here are instructions to set up your project for fastlane.

Lyndsey Ferguson
  • 5,306
  • 1
  • 29
  • 46