Skip to content

Commit 332bd32

Browse files
committed
WIP
1 parent 090c4d4 commit 332bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Showcase/Showcase/AppView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct ContentView: View {
5050
tabBarController.tabBar.layer.backgroundColor = UIColor.green.cgColor
5151
}
5252
#elseif os(macOS)
53-
.introspect(.tabView, on: .macOS(.v10_15, .v11, .v12, .v13, .v14, .v15)) { splitView in
53+
.introspect(.tabView, on: .macOS(.v10_15, .v11, .v12, .v13, .v14)) { splitView in
5454
splitView.subviews.first?.layer?.backgroundColor = NSColor.green.cgColor
5555
}
5656
#endif

0 commit comments

Comments
 (0)