Fix tab bar for iOS 26
This commit is contained in:
parent
61d7c3501f
commit
cc836bcd77
@ -2014,7 +2014,7 @@
|
||||
repositoryURL = "https://github.com/realm/realm-swift.git";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 10.36.0;
|
||||
minimumVersion = 20.0.0;
|
||||
};
|
||||
};
|
||||
7A386A492DAC35F10051676A /* XCRemoteSwiftPackageReference "ClusterMap" */ = {
|
||||
@ -2038,7 +2038,7 @@
|
||||
repositoryURL = "https://github.com/siteline/swiftui-introspect";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 1.3.0;
|
||||
minimumVersion = 26.0.0;
|
||||
};
|
||||
};
|
||||
7ACBB91C2CB9B155005A5168 /* XCRemoteSwiftPackageReference "Mockable" */ = {
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Kolos65/Mockable",
|
||||
"state" : {
|
||||
"revision" : "ee133a696dce312da292b00d0944aafaa808eaca",
|
||||
"version" : "0.4.0"
|
||||
"revision" : "0a822d53fa7516abe659b44a9c508b8eb9b666bd",
|
||||
"version" : "0.4.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -24,8 +24,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/realm/realm-core.git",
|
||||
"state" : {
|
||||
"revision" : "cccb3ca9e26ec452a29f2f0d4050d1e38b8a3d43",
|
||||
"version" : "14.14.0"
|
||||
"revision" : "15493076ad9fef22c16cc64cbfbf9e5b65c385f9",
|
||||
"version" : "20.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -33,8 +33,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/realm/realm-swift.git",
|
||||
"state" : {
|
||||
"revision" : "54eebd2b5e7a4a8055a7a8b55ac859a48462d722",
|
||||
"version" : "10.54.5"
|
||||
"revision" : "6260534683132eb981338c7c39fd5e69205876e6",
|
||||
"version" : "20.0.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -42,8 +42,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/swiftlang/swift-syntax.git",
|
||||
"state" : {
|
||||
"revision" : "f99ae8aa18f0cf0d53481901f88a0991dc3bd4a2",
|
||||
"version" : "601.0.1"
|
||||
"revision" : "4799286537280063c85a32f09884cfbca301b1a1",
|
||||
"version" : "602.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -69,8 +69,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/siteline/swiftui-introspect",
|
||||
"state" : {
|
||||
"revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336",
|
||||
"version" : "1.3.0"
|
||||
"revision" : "a08b87f96b41055577721a6e397562b21ad52454",
|
||||
"version" : "26.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -78,8 +78,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
|
||||
"state" : {
|
||||
"revision" : "39de59b2d47f7ef3ca88a039dff3084688fe27f4",
|
||||
"version" : "1.5.2"
|
||||
"revision" : "4c27acf5394b645b70d8ba19dc249c0472d5f618",
|
||||
"version" : "1.7.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@ -92,7 +92,7 @@ struct MainTabScreen: View {
|
||||
.tag(SideBarItem.settings)
|
||||
}
|
||||
#if !os(macOS)
|
||||
.introspect(.tabView, on: .iOS(.v17, .v18)) { controller in
|
||||
.introspect(.tabView, on: .iOS(.v17, .v18, .v26)) { controller in
|
||||
controller.delegate = TabBarControllerDelegate.shared
|
||||
TabBarControllerDelegate.shared.action = {
|
||||
checkNumberSheetOpened = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user