Help with app signing on CircleCI

I’m collaborating with the SiriL team to codesign the next release of SiriL on macOS. I need some help with CircleCI and app signing for macOS distribution. I think that at this point I understand all the workflow and scripts involved except for the .p12 private key uploading stuff. I need to upload this file to circle, but the UI that we have on GitLab (where we host the project) only has a “value” textbox where I can’t past a binary file as .p12 is.

Could somebody involved on similar task give some indications?. Thanks for your help.

1 Like

Ok, response to myself: use base64 to encode/decode this binary :slight_smile:

1 Like