Notarized macOS app for Catalina

Hi, everybody.

I would like to notarize/sign a CircleCI app (plugin) for Catalina macOS. At this moment I have all the compilation working in a CircleCI project, but when I download the artifacts generated, in my computer with macOS Catalina doesn’t let me use them.

Locally, I have been able to sign my compilation with my local user and my ‘Personal Team’ from a script and using xcodebuild. But for CircleCI the only way I see that I can solve the problem is by getting a developer account at Apple. Is there any way in CircleCI to notorize/sign my plugin just for dev builds?

Thanks!