-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mac Certification #309
Comments
Yes, I also saw this. |
@rly Any updates on this? |
Current status (documenting for myself and us below): Code-signing locally on my Mac now works with some updates to the certificate, and I have been debugging the notarization process, which fails locally and on CI. I set an app-specific password and agreed to more developer agreements, and now the latest hurdle is that I get the error:
with the repeated issue of I believe the issue is that I am using a Mac Development ID and need to use a Developer ID. It's also not clear whether we need to do this because we're not distributing on the Mac App Store right now, but I think the answer is yes because the description of the Developer ID is "This certificate is used to code sign your app for distribution outside of the Mac App Store." I need to debug further. For full arm64 support, we need to either 1) create two separate dmg files, one for x64 and one for arm64 or 2) create a universal dmg file which basically holds both the x64 and arm64 versions and is double the size. I would do option 1 unless there's a compelling reason to do option 2. We should be able to build for both architectures on either architecture. However, there are some bug reports about this, so we should test carefully. |
The main reason for (2) would be to have the CI handle it automatically, but yeah that's a pretty large download Though another reason for (1) is also to ensure the right conda environment (with M1-specific dependencies) is included on the Flask side |
Assigning to @rly since he has most experience on this
The previous attempts to certify the Mac deployment via the CI are still not quite working - at least on M1, the app (when moved from the .dmg downloaded from public release) still flags as being unsafe/damaged and will only work if the user goes to the privacy and security page and manually gives permissions for the app to run
@garrettmflynn I think you also saw this on your non-M1?
The text was updated successfully, but these errors were encountered: