Alan He Posted February 18 Share Posted February 18 (edited) Getting Bundle ID, Release Version Number, App icon of apps appid to get Bundle ID of apps av to get Bundle version of apps display app is from appstore or not Universal action support App ID get id of app, type enter to copy App Version get version of app,type enter to copy App Name get name of app,type enter to copy App ICON copy icon of app, type command enter to reveal in finder. 1. I am the author of the workflow 2. https://github.com/alanhg/alfred-workflows/tree/master/appid 3. dependency: brew install node 4. screenshot Edited February 25 by Alan He Link to comment Share on other sites More sharing options...
vitor Posted February 21 Share Posted February 21 (edited) There is an auto-updater in the workflow. Please remove it. There is a stray Replace Utility in there. Using /usr/local/bin/node will not work with a Homebrew-installed node on Apple Silicon. Use just node so it works for everyone. This is explained in detail in another post. In the JSON, adding a "type": "file" to results will make it possible to use your Universal Actions directly from the results. The Universal Actions are a tad inconsistent. one has all caps (ICON), one is all lowercase (version), and the others are a mix. Please normalise those. There is also an extraneous space in the subtitle, where it says ( from App Store). This one is minor, but since other changes are necessary, it felt worth mentioning. Edited February 21 by vitor Alan He 1 Link to comment Share on other sites More sharing options...
Alan He Posted February 25 Author Share Posted February 25 @vitor I have updated the workflow, and thank you. look forward to being ok. Link to comment Share on other sites More sharing options...
vitor Posted March 6 Share Posted March 6 (edited) The av Script Filter is still using /usr/local/bin/node. Once that’s fixed, it should be good to add. Edited March 6 by vitor Alan He 1 Link to comment Share on other sites More sharing options...
Alan He Posted March 7 Author Share Posted March 7 (edited) On 3/7/2023 at 2:53 AM, vitor said: The av Script Filter is still using /usr/local/bin/node. Once that’s fixed, it should be good to add. fixed, thank you. look forward to being ok. @vitor Edited March 8 by Alan He Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now