Skip to content
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

acw-x86 cannot be opened because the developer cannot be verified #6

Closed
basvdijk opened this issue Jul 20, 2022 · 8 comments · Fixed by #12
Closed

acw-x86 cannot be opened because the developer cannot be verified #6

basvdijk opened this issue Jul 20, 2022 · 8 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@basvdijk
Copy link

Unfortunately I get this error when running the workflow on MacOS 12.4

image

@skyzyx
Copy link

skyzyx commented Jul 22, 2022

Yeah, it needs to be notarized by Apple. I started working on a rewrite of the old Python2 extension in Go a few days before I saw this, but I drew the same conclusion — the workflow will need to be notarized.

Not sure what @jovobe’s plans are for this. As an alternative, you can compile it yourself to avoid the notarization requirement.

@basvdijk
Copy link
Author

Thanks for your reply! Since I am a NodeJS developer I decided to make my own workflow based on NodeJS https://github.com/basvdijk/alfred-confluence-search

@yi-mei-wang
Copy link

As an alternative, you can compile it yourself to avoid the notarization requirement.

@skyzyx Do you mind teaching me how to go about doing that?

@jovobe jovobe self-assigned this Aug 14, 2022
@jovobe
Copy link
Owner

jovobe commented Aug 14, 2022

@skyzyx my plan is to provide a notarized release right here. Unfortunately, I just did not have the time to get it done.

@jovobe
Copy link
Owner

jovobe commented Aug 14, 2022

@yi-mei-wang absolutely! You need to go through the following steps:

  1. Install the Rust toolchain. Here is the best resource to start.
  2. As described here, you need to install an additional build target depending on which platform you are on.
  3. Clone this repository to your machine.
  4. Enter the repository and just run make. The workflow should then open up, and you are ready to go.

@jovobe jovobe added the enhancement New feature or request label Aug 14, 2022
@skyzyx
Copy link

skyzyx commented Aug 15, 2022

As an alternative, you can compile it yourself to avoid the notarization requirement.

@skyzyx Do you mind teaching me how to go about doing that?

I'm a little late, but @jovobe already answered the question. It's documented under the Development header in the README.

@yi-mei-wang
Copy link

yi-mei-wang commented Aug 17, 2022

Awesome, thanks guys! @jovobe @skyzyx. Works perfectly now!

@jovobe
Copy link
Owner

jovobe commented Apr 4, 2023

@basvdijk there is a brand-new release, which should resolve this issue. Could anyone please confirm that it is working? You can get the latest release right here: https://github.com/jovobe/alfred-confluence-workflow/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants