The "Add Configuration and Intelligence to Your Widgets" talk from WWDC20 says that you can make a class that conforms to the Intent handler protocol in either your app or an Intents extension (around the 10:48 mark in video).
I know how to add an intent handler with an Intents extension, but how do you do it *without* one?
I assume I have to add something to the WidgetKit extension's plist so that it knows it's supposed to be registered as handler for the intent, but I can't find anything about this anywhere.
I know how to add an intent handler with an Intents extension, but how do you do it *without* one?
I assume I have to add something to the WidgetKit extension's plist so that it knows it's supposed to be registered as handler for the intent, but I can't find anything about this anywhere.
You'll need to add an Intents Extension. The process is described in the Making a Configurable Widget article.