zeplin / fastlane-plugin-notarize

fastlane plugin to notarize a macOS app 🛂
MIT License
68 stars 8 forks source link

Managing macOS Certificates/Provisioning Profiles #11

Closed vastopa closed 4 years ago

vastopa commented 5 years ago

Hey! Sorry for the somewhat unrelated question to your plugin.. I'm wondering how a user of this plugin should be managing their Developer ID macOS certificate in a CI workflow when using this plugin.

Currently fastlane match does not support managing any type of macOS certificate/profile, let alone the specific one for notarization.

Any suggestions or tips on how to do this would be greatly appreciated!

lazerwalker commented 5 years ago

Just wanted to add a +1 to this. @vastopa, let me know if you figure things out!

Looks like Spaceship supports Mac provisioning profiles, so I'm currently investigating what it'd take to add macOS profile support to fastlane match, but would love an easier solution :)

berkcebi commented 4 years ago

I just checked our workflow. Since we're using Bitrise as our CI, they have a step to install a certificate, looks like we're running that step before we run fastlane.

I remember people working on match to support macOS certificates like @lazerwalker suggested, but I'm not sure if that's done or not!

yigitcanyurtsever commented 4 years ago

Hey @vastopa and @lazerwalker 👋

Just wanted to let you know fastlane now officially supports macOS with the latest release. You may want to check it out. 🙌

vastopa commented 4 years ago

I saw that - exciting stuff! Will close this issue then 😁