Skip to content

Commit

Permalink
Merge pull request #73 from TikhonP/main
Browse files Browse the repository at this point in the history
Add missing `@available` annotation for macOS in WaveformLiveCanvas view
  • Loading branch information
dmrschmidt authored Jul 12, 2023
2 parents 8253ffa + c9dc451 commit e670b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public struct WaveformLiveCanvas: View {
}

#if DEBUG
@available(iOS 15.0, *)
@available(iOS 15.0, macOS 12.0, *)
struct WaveformLiveCanvas_Previews: PreviewProvider {
struct TestView: View {
@State var show: Bool = false
Expand Down

0 comments on commit e670b8d

Please sign in to comment.