Skip to content

Commit

Permalink
Fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 6, 2024
1 parent ecdfdd4 commit 1f93393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IceCubesApp/App/Main/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct AppView: View {
tabs: availableTabs)
{
HStack(spacing: 0) {
if #available(macCatalyst 18.0, *) {
if #available(macCatalyst 18.0, *), #available(iOS 18.0, *) {
baseTabView
.tabViewStyle(.sidebarAdaptable)
.introspect(.tabView, on: .iOS(.v17, .v18)) { (tabview: UITabBarController) in
Expand Down

0 comments on commit 1f93393

Please sign in to comment.