AppShortcut( intent: AIChatIntentStartChat(), phrases: [ AppShortcutPhrase("Call (.applicationName)"), ] )
I follow the Dive into App Intents tutorial in WWDC22,but my shortcut does not automatically show up in the Shortcuts app
AppShortcut( intent: AIChatIntentStartChat(), phrases: [ AppShortcutPhrase("Call (.applicationName)"), ] )
I follow the Dive into App Intents tutorial in WWDC22,but my shortcut does not automatically show up in the Shortcuts app