-
-
Notifications
You must be signed in to change notification settings - Fork 1
"gm" can't be opened because Apple cannot check it for malicious software #1
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
Comments
Hi, I'm aware of that issue dart-lang/sdk#39106. This feature is coming in Dart 2.17.0 dart-lang/sdk@6ef426d Once Dart 2.17.0 gets released I'll re-compile and sign the bins. For now, you'll need to allow the exception in your macOS's System Preferences -> Security & Privacy. |
@loranger Dart 2.17.0 just got released yesterday, so I'll recompile and sign the binaries as soon as I can. 🚀 |
Thanks, but I'm afraid you won't like it… Enregistrement.de.l.ecran.2022-05-13.a.09.43.00_9.43.57.mp4 |
Every app downloaded from a non-Apple server will say that. Now it at least won't nag about the thing being unsigned and forcing you to go to you Mac's security setting and making an exception. |
That's what I did, and everything works fine (as it used to 👌🏻) |
It's somewhat weird because the binary itself is signed. If you check the signature cd /path/to/the/alfred/workflow/
codesign -dv --verbose=4 gm It will print:
EDIT: Seems I'll have to carefully go through Apple's docs again and not just sign it but also notarize it. 🤪 |
I met an issue with the workflow:
Once installed, as soon as I try it, I get a MacOS exception regarding the developer verification
I had to go to the Security & Privacy pane of the System Preferences, then allow the gm execution
I triggered the workflow again, and I had to allow the script execution from the popup displayed.
Now everything works fine 👍🏻
I opened this issue in order to give a clue for anyone having trouble with this useful workflow which was not working since python2 is deprecated on mac.
Thank you so much @techouse for rewriting it using dart 👌🏻
The text was updated successfully, but these errors were encountered: