Post

Replies

Boosts

Views

Activity

Reply to Multiple commands produce.
@rbenjamin Thank you for the response on this question. I think this puts me on the right track, but I have a couple questions. In Xcode, to change the "name" in the "intent file for the target" I open up the home widget folder, open WidgetName.intentdefinition and update the "Title" field to be something unique. Is that correct? Then, where IntentConfiguration is being called in your code snipped, I changed the intent field to be MyUniqueIntentNameIntent.self. However, when I do this, Xcode complains that it can't find any class by that name. How do I get that class to be generated with a new name? Also, do I need to replace all usages of ConfigurationIntent (not IntentConfiguration as in your snippet) to match that class name? Thanks
Oct ’22