Skip to content

Commit b9e933e

Browse files
committed
Disable status widget for Tidepool Loop
1 parent c9cbfa3 commit b9e933e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StatusWidget/StatusWidget.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ extension Date {
223223
}
224224
}
225225

226+
#if NOT_USED_IN_TIDEPOOL_LOOP
226227
@main
227228
struct SmallStatusWidget: Widget {
228229
let kind: String = "SmallStatusWidget"
@@ -236,3 +237,4 @@ struct SmallStatusWidget: Widget {
236237
.supportedFamilies([.systemSmall])
237238
}
238239
}
240+
#endif

0 commit comments

Comments
 (0)