Hi Ed ( @DTS Engineer) thanks for this super helpful info.
Just wanted to ask a follow-up question on the optimal way apple recommends handling AppIntentsExtension?
I currently have an AppIntentsExtension which contains my AppShortcutsProvider and AppIntent, and those are not compiled into my main app.
Currently, this works fine, but my main issue is I am not able to call updateAppShortcutParameters from my main app to tell iOS to requery my parameters for my sirishortcuts.
What is the recommended way for me to solve this, should I create a framework with those app intents and shortcut provider, and link the framework in both the AppIntentsExtension and main app?
or should I try just have the file in one of them, and adding those files as targets to both the AppIntentsExtension and main app?
Any help is greatly appreciated!