Jump to content

Alfred Bear


andy4222

Recommended Posts

  • 3 weeks later...

Cool. BTW, what’s the guideline to make workflows with regard to binaries. Signing binary might require apple developer account which adds and extra step/hurdle. 
 

Is it recommended to use languages/frameworks like node, python that most people already have installed on macOS and hence doesn’t require a executable. Languages like Go and Rust might not be installed and add extra dependencies

Link to comment
Share on other sites

Node isn’t included by default, though it can be installed easily. Python is one of the top five most popular languages in the world, number one in several lists, so no wonder it’s popular for workflows too. macOS ships with it (on first run it prompts a one-time GUI to install it), albeit not the most recent version (3.8.9, tends not to matter).


Go and Rust remove dependencies, they don’t add them. Though if they’re unsigned there’s one less check macOS can make. But there are workflows built in Go and signed.


Important to note Alfred has Swift in the language dropdown! Code in there remains viewable and doesn’t require a developer account.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...