ci: add iPhone deploy workflow + CI/CD setup docs #4
@@ -127,7 +127,9 @@ struct TabataGoComplication: Widget {
|
||||
.supportedFamilies([
|
||||
.accessoryCircular,
|
||||
.accessoryRectangular,
|
||||
#if os(watchOS)
|
||||
.accessoryCorner
|
||||
#endif
|
||||
])
|
||||
}
|
||||
}
|
||||
@@ -142,8 +144,10 @@ struct TabataComplicationEntryView: View {
|
||||
CircularComplicationView(entry: entry)
|
||||
case .accessoryRectangular:
|
||||
RectangularComplicationView(entry: entry)
|
||||
#if os(watchOS)
|
||||
case .accessoryCorner:
|
||||
CornerComplicationView(entry: entry)
|
||||
#endif
|
||||
default:
|
||||
CircularComplicationView(entry: entry)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user