|
47 | 47 | 8434E58127707F19001E1B83 /* GridPhotosView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434E58027707F19001E1B83 /* GridPhotosView.swift */; }; |
48 | 48 | 8434E583277088D9001E1B83 /* TitleWithCloseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434E582277088D9001E1B83 /* TitleWithCloseButton.swift */; }; |
49 | 49 | 844CC60E2811378D0006548D /* ComposerConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844CC60D2811378D0006548D /* ComposerConfig.swift */; }; |
| 50 | + 844D1D6628510304000CCCB9 /* ChannelControllerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844D1D6528510304000CCCB9 /* ChannelControllerFactory.swift */; }; |
| 51 | + 844D1D682851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844D1D672851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift */; }; |
50 | 52 | 844EF8ED2809AACD00CC82F9 /* NoContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 844EF8EC2809AACD00CC82F9 /* NoContentView.swift */; }; |
51 | 53 | 84507C98281AC40F0081DDC2 /* AddUsersViewModel_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84507C97281AC40F0081DDC2 /* AddUsersViewModel_Tests.swift */; }; |
52 | 54 | 84507C9A281ACCD70081DDC2 /* AddUsersView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84507C99281ACCD70081DDC2 /* AddUsersView_Tests.swift */; }; |
|
421 | 423 | 8434E58027707F19001E1B83 /* GridPhotosView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridPhotosView.swift; sourceTree = "<group>"; }; |
422 | 424 | 8434E582277088D9001E1B83 /* TitleWithCloseButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleWithCloseButton.swift; sourceTree = "<group>"; }; |
423 | 425 | 844CC60D2811378D0006548D /* ComposerConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComposerConfig.swift; sourceTree = "<group>"; }; |
| 426 | + 844D1D6528510304000CCCB9 /* ChannelControllerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelControllerFactory.swift; sourceTree = "<group>"; }; |
| 427 | + 844D1D672851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelControllerFactory_Tests.swift; sourceTree = "<group>"; }; |
424 | 428 | 844EF8EC2809AACD00CC82F9 /* NoContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoContentView.swift; sourceTree = "<group>"; }; |
425 | 429 | 84507C97281AC40F0081DDC2 /* AddUsersViewModel_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddUsersViewModel_Tests.swift; sourceTree = "<group>"; }; |
426 | 430 | 84507C99281ACCD70081DDC2 /* AddUsersView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddUsersView_Tests.swift; sourceTree = "<group>"; }; |
|
954 | 958 | 8465FD2D2746A95600AF091E /* ChatChannelView.swift */, |
955 | 959 | 8465FD302746A95600AF091E /* ChatChannelViewModel.swift */, |
956 | 960 | 84DEC8E72760EABC00172876 /* ChatChannelDataSource.swift */, |
| 961 | + 844D1D6528510304000CCCB9 /* ChannelControllerFactory.swift */, |
957 | 962 | 8465FD2E2746A95600AF091E /* ChannelHeader */, |
958 | 963 | 8465FCFD2746A95600AF091E /* MessageList */, |
959 | 964 | 8465FD0F2746A95600AF091E /* Composer */, |
|
1380 | 1385 | 847305BA28241D8D004AC770 /* ChatChannelHeader_Tests.swift */, |
1381 | 1386 | 847305BC28243D25004AC770 /* WebView_Tests.swift */, |
1382 | 1387 | 84BB4C4D284115C200CBE004 /* MessageListDateUtils_Tests.swift */, |
| 1388 | + 844D1D672851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift */, |
1383 | 1389 | ); |
1384 | 1390 | path = ChatChannel; |
1385 | 1391 | sourceTree = "<group>"; |
|
1660 | 1666 | 8465FDC02746A95700AF091E /* ChatChannelList.swift in Sources */, |
1661 | 1667 | 84DEC8EC27611CAE00172876 /* SendInChannelView.swift in Sources */, |
1662 | 1668 | 8465FD9F2746A95700AF091E /* ChatChannelExtensions.swift in Sources */, |
| 1669 | + 844D1D6628510304000CCCB9 /* ChannelControllerFactory.swift in Sources */, |
1663 | 1670 | 8465FD882746A95700AF091E /* SendMessageButton.swift in Sources */, |
1664 | 1671 | 8465FDC82746A95700AF091E /* ChatChannelListItem.swift in Sources */, |
1665 | 1672 | 8465FDA62746A95700AF091E /* LazyView.swift in Sources */, |
|
1873 | 1880 | 84C94CE227578B92007FE2B9 /* UserPayload.swift in Sources */, |
1874 | 1881 | 8421BCEC27A400E8000F977D /* ReactionsUsersView_Tests.swift in Sources */, |
1875 | 1882 | 84C94CD327578B92007FE2B9 /* ChatMessageFileAttachment_Mock.swift in Sources */, |
| 1883 | + 844D1D682851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift in Sources */, |
1876 | 1884 | 84E57C4E281037B2002213C1 /* AssertJSONEqual.swift in Sources */, |
1877 | 1885 | 84B439E127C6B2F100C04C99 /* MessageCachingUtils_Tests.swift in Sources */, |
1878 | 1886 | 8423C346277D9BFF0092DCF1 /* TestCommandsConfig.swift in Sources */, |
|
2357 | 2365 | isa = XCRemoteSwiftPackageReference; |
2358 | 2366 | repositoryURL = "https://github.com/GetStream/stream-chat-swift.git"; |
2359 | 2367 | requirement = { |
2360 | | - kind = upToNextMajorVersion; |
2361 | | - minimumVersion = 4.15.0; |
| 2368 | + branch = 4.16.0; |
| 2369 | + kind = branch; |
2362 | 2370 | }; |
2363 | 2371 | }; |
2364 | 2372 | 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { |
|
0 commit comments