We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492e9f6 commit a8ab7acCopy full SHA for a8ab7ac
lib/commands/widget.ts
@@ -321,7 +321,7 @@ public struct ${capitalizeFirstLetter(name)}Model: ActivityAttributes {
321
import SwiftUI
322
323
@main
324
-struct ${capitalName}Bundle: WidgetBundle {
+struct ${capitalName}Bundle: SwiftUI.WidgetBundle {
325
var body: some Widget {
326
${[1, 2].includes(type) ? capitalName + "HomeScreenWidget()" : ""}
327
${[0, 1].includes(type) ? capitalName + "LiveActivity()" : ""}
@@ -691,6 +691,7 @@ extension ConfigurationAppIntent {
691
);
692
console.log(
693
`Followup steps:\n
694
+- Check App_Resources/iOS/build.xcconfig IPHONEOS_DEPLOYMENT_TARGET=17 or higher.
695
- Update App_Resources/iOS/extensions/provisioning.json with your profile id.
696
- Customize App_Resources/iOS/extensions/${name}/${capitalizeFirstLetter(
697
name
0 commit comments