-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add to README info about how to get Apple Developer ID certificate #161
Comments
Useful links: (the text below is copied from: https://help.salesforce.com/s/articleView?id=sf.branded_apps_code_signing_ios.htm&type=5)
Create Developer ID Certificate
If promoted, approve the certificate download. The certificate file (a file with a .cer file extension) is located in your Downloads folder. Find Your Certificate ID Go to the certificate detail page that you created earlier. In the URL, copy and save your certificate ID. In this example URL from a certificate detail page https://developer.apple.com/account/resources/certificates/download/x12345y9876, the certificate ID is x12345y9876 |
Could you add information about how to get Apple Developer ID certificate to the compilation guide for the macOS app? Because I couldn't find a good article about it, although you need to create a certificate in Xcode and then copy ID from Keychain.
The text was updated successfully, but these errors were encountered: