dagoma3d / CuraByDagoma

Cura by Dagoma was originally forked from Legacy Cura. It is a UI to generate gcodes from 3d objects.
14 stars 8 forks source link

Mac OS notarize for Big Sur #5

Open bourvill opened 3 years ago

bourvill commented 3 years ago

Hello Cura by Dagoma can't be launch since Big Sur release.

Developer isn't identified by apple via notarize service

0r31 commented 3 years ago

Hi,

We never signed the application. Before Big Sur, the same behavior happened. Maybe the process to open an unidentified application has changed introducing this new release. Please check instructions from Apple here : https://support.apple.com/fr-fr/guide/mac-help/mh40616/mac

On our side, we will check if signing the app can be done.

Regards, Orel

0r31 commented 2 years ago

For MacOS, we have to disable Gatekeeper for this application. After installing it (default location : /Applications), please type the following command in a terminal : xattr -cr /Applications/CuraByDagoma.app I hope we will be able to sign the application asap...

Cf. https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development

VincentMasselis commented 2 years ago

On MacOS Monterey, the system displays a popup error about the dmg integrity. It took me several minutes before finding why I've this exception.

IMO, notarize the app will be great for the user experience.