IOS Code Sign Helper

Logo

View the Project on GitHub

IOS Code Sign Helper

A simple program that can be used to generate p12 files for codemagic.so that flutter apps can be built for IOS without a mac. The files depend on openSSL to generate the request certificates and the p12 files. I used a copy from https://indy.fulgan.com/SSL/

The openSSL files should be placed in a folder named openssl alongside the exe files.


How to use the Program:

  1. Create a project in the "Generate Sign Request" tab
  2. Generate a Certificate Sign Request File and if required copy it to any Location
  3. Use the request file to generate a certificate file from Apple through their developer program
  4. Go to the "Generate p12 File" tab in the program. Choose your project
  5. Import the cer file obtained from apple
  6. Generate the p12 file. You can save a copy to another location
  7. Use the p12 file to build ios app using codemagic (or anywhere else)

The program has not been tested yet but should work

If you wish to contribute. Issue a pull request