-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Sign with Mac Developer certificates #812
Comments
You must not use this certificate type. Please see #740 and https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html Mac Developer – Used to enable certain app services for a Mac app during development and testing. So, you must use |
I'm familiar with both #740 and Apple guidelines, but I still need to be able to use Mac Developer certificates for development and testing, and let my client(s) use Developer IDs for distribution... |
Could you please explain me, why you cannot use |
Because as far as I know "Developer ID" is currently available only for paid plans |
Sorry, I don't understand. Any Apple cert requires Apple Developer account — in any case you have to pay for developer account and any cert is free for you. |
With an Apple ID you can have free membership and a Mac Developer certificate for testing https://developer.apple.com/support/compare-memberships/. I develop and test with my free account and certificate, and my clients sign with their paid membership certificates. |
Certificate will be allowed. |
Thank you very much @develar! |
Hi @develar, does it implemented/fixed? Still can't sign with "Mac Developer" cert. Cert is correctly listed here: |
@cumajkeee What version of electron-builder do you use? |
@develar: Tue, 10 Jan 2017 14:12:26 GMT electron-builder Executing security find-identity -v |
@cumajkeee if you specify identity manually, you should specify only name, without type prefix. |
@develar
node: v=7.4.0 |
#1103 |
Fixed in upcoming 11.2.4 (thanks to @ericzhangjx). |
Thanks @ericzhangjx and @develar! |
Hi, with electron-builder 3 I was able to sign my app previews with my "Mac Developer" certificate. I've updated to 7 and I'm no longer able to do this, and I have to disable signing and manually sign with
codesign
.Why? Can you put back this feature?
The text was updated successfully, but these errors were encountered: