You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cyanzhong,
I'm Andrii, a https://github.com/leits/MeetingBar maintainer.
Found your pull request with shortcuts implementation in your macOS app. Great work!
I've spent several days trying to make an integration for MeetingBar. Could you help me? How did you get these intents to appear in the Shortcuts app?
In fact, I don't think you need to do anything special, if you just want to have them shown alphabetically in the Shortcuts app. The system scans all your AppIntent implementations and does that for you. The only thing to take care of is that you probably want to make sure there's only one MeetingBar when you debug, because Shortcuts might be randomly selecting one, which can be the one without Shortcuts support. I don't know if there's a better way other than removing all other versions, please let me know if you figured out.
To have App Intents categorized, you can leverage categoryName in IntentDescription, I haven't done that because I only have a few intents.
Thank you @cyanzhong!
Your answer told me I was on the right track and I started looking at possible problems outside the code.
It turned out that the shortcuts did not appear for me, because I had the other version of my app (installed from the AppStore). They appeared when I deleted it and rebuilt the dev version in Xcode!
Thanks for your help and contribution to open source 🙌
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To enhance https://github.com/MarkEdit-app/MarkEdit/wiki/Text-Processing further.