Hello @DTS Engineer ,
could you please explain how could we put AppIntents into a different framework using AppIntentsPackage and then use/register them from main app target without violating the rule: "AppShortcutsProvider needs to be in the main app target, and the app intents declared by this provider also need to be in the same target"?
For me it looks like there is no way at all to implement AppIntent somewhere else except main app target.