Skip to content

Commit 76bcc2d

Browse files
committed
WIP
1 parent 21df496 commit 76bcc2d

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
@@ -46,7 +46,7 @@ struct ContentView: View {
4646
.tag(5)
4747
}
4848
#if os(iOS) || os(tvOS)
49-
.introspect(.tabView, on: .iOS(.v15, .v16, .v17, .v18, .v26), .tvOS(.v13, .v14, .v15, .v16, .v17, .v18, .v26)) { tabBarController in
49+
.introspect(.tabView, on: .iOS(.v15, .v16, .v17, .v18, .v26), .tvOS(.v15, .v16, .v17, .v18, .v26)) { tabBarController in
5050
if #available(iOS 26, macOS 26, tvOS 26, *) {
5151
tabBarController.tabBar.backgroundColor = .green
5252
} else {

0 commit comments

Comments
 (0)