Hi,
I am trying to code sign a DMG that I’m producing via Circle CI.
What is working:
- I am able to produce the unsigned DMG correctly
- I am able to upload it to the desired location
- I am able to sign the DMG locally successfully
What is not working:
- I don’t know how to get the certificates to get to the build environment in order to run my code signing command
- The only docs I can find around fastlane are all for IOS apps, however, my app is a DMG which is not going to apple store, instead it will be distributed via a website. I am using the
Developer Id Application
certificate for the signing process
What is the recommended way to get my Developer Id Application certificate into Circle CI 2.0? I can’t seem to find any documentation around this.