File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
StreamChatSwiftUI.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,7 @@ struct NewChatView: View, KeyboardReadable {
108
108
struct TabBarVisibilityModifier : ViewModifier {
109
109
110
110
func body( content: Content ) -> some View {
111
- if #available( iOS 18 , * ) {
112
- content. toolbarVisibility ( . hidden, for: . bottomBar)
113
- } else if #available( iOS 16 . 0 , * ) {
111
+ if #available( iOS 16 . 0 , * ) {
114
112
content. toolbar ( . hidden, for: . bottomBar)
115
113
} else {
116
114
content
Original file line number Diff line number Diff line change 3843
3843
isa = XCRemoteSwiftPackageReference;
3844
3844
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
3845
3845
requirement = {
3846
- branch = develop ;
3847
- kind = branch ;
3846
+ kind = upToNextMajorVersion ;
3847
+ minimumVersion = 4.70.0 ;
3848
3848
};
3849
3849
};
3850
3850
E3A1C01A282BAC66002D1E26 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
You can’t perform that action at this time.
0 commit comments