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 e2df285 commit 9d31ca4Copy full SHA for 9d31ca4
StatusWidget/StatusWidget.swift
@@ -224,7 +224,6 @@ extension Date {
224
}
225
226
#if NOT_USED_IN_TIDEPOOL_LOOP
227
-@main
228
struct SmallStatusWidget: Widget {
229
let kind: String = "SmallStatusWidget"
230
@@ -238,3 +237,12 @@ struct SmallStatusWidget: Widget {
238
237
239
240
#endif
+
241
+@main
242
+struct SmallStatusWidgets: WidgetBundle {
243
+ var body: some Widget {
244
+#if NOT_USED_IN_TIDEPOOL_LOOP
245
+ SmallStatusWidget()
246
+#endif
247
+ }
248
+}
0 commit comments