Skip to content

Commit

Permalink
add: descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
s8ngyu authored and sboh1214 committed Jul 30, 2023
1 parent b16d59e commit 96198c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/OTLWidgets/OTLWidgetBundle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import SwiftUI
@main
struct OTLWidgetBundle : WidgetBundle {
var body: some Widget {
// Non-interactive widgets for iOS 15+
NextClassWidget()
TodayClassesWidget()
WeekClassesWidget()

// Lock Complications accessories for iOS 16+
if #available(iOSApplicationExtension 16.0, *) {
NextClassAccessory()
}
Expand Down

0 comments on commit 96198c6

Please sign in to comment.