Skip to content

Commit

Permalink
Merge pull request #499 from pennlabs/anli/12-16-xcode-15-1
Browse files Browse the repository at this point in the history
Make project compile under Xcode 15.1
  • Loading branch information
anli5005 authored Jan 17, 2024
2 parents 29e46c1 + e279822 commit 92233c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Widget/Dining Hours/DiningHoursWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ struct DiningHoursWidget: Widget {
.contentMarginsDisabled()
}
}

@available(iOS 17.0, *)
#Preview(as: .systemSmall) {
DiningHoursWidget()
} timeline: {
Expand Down

0 comments on commit 92233c0

Please sign in to comment.