jason0x43 / alfred-toggl

Alfred Workflow for interacting with the Toggl time tracking service
MIT License
367 stars 16 forks source link

Workflow shows error in Catalina after new installation #55

Closed jason0x43 closed 1 year ago

jason0x43 commented 4 years ago
Screen Shot 2020-02-12 at 9 26 56 AM
jason0x43 commented 4 years ago

https://github.com/mitchellh/gon would probably work

rogatty commented 4 years ago

As a workaround:

Leland commented 4 years ago

FYI for the above workaround, you will need to re-permission on each macOS update.

Getting a notarization workflow setup would be great

jason0x43 commented 4 years ago

I looked more into notarization. Unfortunately, it seems that you need a paid Apple Developer account to notarize applications (a free account isn't sufficient). I only have a free account since I don't publish any binaries other than a couple of Alfred workflows. It may be time to switch back to Python...

zmoog commented 4 years ago

Unfortunately, it seems that you need a paid Apple Developer account to notarize applications (a free account isn't sufficient)

Yep, you need an Apple Developer account worth $100/year to code-sign and notarize an application for macOS Catalina 😞

jason0x43 commented 4 years ago

I'm tempted to just port this back to an interpreted language, but I would miss the speed.

jason0x43 commented 3 years ago

I've attempted to sign and notarize the binary in the v2.12.0 release. (I finally got a real developer account 😁) Apple's notarization process isn't really geared towards standalone binaries, but theoretically it's good. I'd be interested to hear if it works.

Leland commented 3 years ago

@jason0x43 yay, worked perfectly! Thanks much. Happy to throw some cash your way to defray the cost

vitorgalvao commented 1 year ago

Looks like issue can be closed, the signed binary works.