deanishe / awgo

Go library for Alfred 3 + 4 workflows

Home Page:https://godoc.org/github.com/deanishe/awgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can maybe use gon library to notarize binaries

nikitavoloboev opened this issue · comments

I came across this library:

https://github.com/mitchellh/gon

And it got me thinking if it would be possible for AwGo to perhaps do this notarization step on its own and have the resulting binaries it produces be notarized and thus avoid issues like

https://github.com/deanishe/awgo/wiki/Catalina

Maybe this is not possible, just a thought. Love AwGo lib.

Good find, but that doesn't look at all straightforward to do.

More importantly, from my point of view, the problem is that you need to have a paid Apple developer account to generate a signature that Catalina will accept. As a matter of principle, Apple can go fuck themselves if they think I'm paying them for the "privilege" of being able to write open-source software for their platform.

So far, this solution suggested by @baa76 looks like the best way:

That should cover all workflows. If a couple more users can confirm that works for them, I'll update the wiki.