File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ public struct ${capitalizeFirstLetter(name)}Model: ActivityAttributes {
321
321
import SwiftUI
322
322
323
323
@main
324
- struct ${ capitalName } Bundle: WidgetBundle {
324
+ struct ${ capitalName } Bundle: SwiftUI. WidgetBundle {
325
325
var body: some Widget {
326
326
${ [ 1 , 2 ] . includes ( type ) ? capitalName + "HomeScreenWidget()" : "" }
327
327
${ [ 0 , 1 ] . includes ( type ) ? capitalName + "LiveActivity()" : "" }
@@ -691,6 +691,7 @@ extension ConfigurationAppIntent {
691
691
) ;
692
692
console . log (
693
693
`Followup steps:\n
694
+ - Check App_Resources/iOS/build.xcconfig IPHONEOS_DEPLOYMENT_TARGET=17 or higher.
694
695
- Update App_Resources/iOS/extensions/provisioning.json with your profile id.
695
696
- Customize App_Resources/iOS/extensions/${ name } /${ capitalizeFirstLetter (
696
697
name
You can’t perform that action at this time.
0 commit comments