|
206 | 206 | 84C94D3D27579BB0007FE2B9 /* TestDataModel2.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D3527579BB0007FE2B9 /* TestDataModel2.xcdatamodeld */; };
|
207 | 207 | 84C94D3E27579BB0007FE2B9 /* StreamChatModel.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D3727579BB0007FE2B9 /* StreamChatModel.xcdatamodeld */; };
|
208 | 208 | 84C94D422757C16D007FE2B9 /* ChatChannelListTestHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D412757C16D007FE2B9 /* ChatChannelListTestHelpers.swift */; };
|
| 209 | + 84C94D442757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D432757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift */; }; |
| 210 | + 84C94D462757D1CA007FE2B9 /* ImageLoader_Mock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C94D452757D1CA007FE2B9 /* ImageLoader_Mock.swift */; }; |
209 | 211 | 84EDBC37274FE5CD0057218D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84EDBC36274FE5CD0057218D /* Localizable.strings */; };
|
210 | 212 | /* End PBXBuildFile section */
|
211 | 213 |
|
|
442 | 444 | 84C94D3627579BB0007FE2B9 /* TestDataModel2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = TestDataModel2.xcdatamodel; sourceTree = "<group>"; };
|
443 | 445 | 84C94D3827579BB0007FE2B9 /* StreamChatModel.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = StreamChatModel.xcdatamodel; sourceTree = "<group>"; };
|
444 | 446 | 84C94D412757C16D007FE2B9 /* ChatChannelListTestHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelListTestHelpers.swift; sourceTree = "<group>"; };
|
| 447 | + 84C94D432757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsViewModel_Tests.swift; sourceTree = "<group>"; }; |
| 448 | + 84C94D452757D1CA007FE2B9 /* ImageLoader_Mock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageLoader_Mock.swift; sourceTree = "<group>"; }; |
445 | 449 | 84EDBC36274FE5CD0057218D /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; };
|
446 | 450 | /* End PBXFileReference section */
|
447 | 451 |
|
|
782 | 786 | isa = PBXGroup;
|
783 | 787 | children = (
|
784 | 788 | 84C94C7F27567D3F007FE2B9 /* ChatChannelListViewModel_Tests.swift */,
|
| 789 | + 84C94D432757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift */, |
785 | 790 | 84C94D412757C16D007FE2B9 /* ChatChannelListTestHelpers.swift */,
|
786 | 791 | );
|
787 | 792 | path = ChatChannelList;
|
|
907 | 912 | 84C94D272757954C007FE2B9 /* VirtualTimer.swift */,
|
908 | 913 | 84C94D29275796D0007FE2B9 /* MockNetworkURLProtocol.swift */,
|
909 | 914 | 84C94D2B275796F7007FE2B9 /* RequestRecorderURLProtocol.swift */,
|
| 915 | + 84C94D452757D1CA007FE2B9 /* ImageLoader_Mock.swift */, |
910 | 916 | );
|
911 | 917 | path = Mocks;
|
912 | 918 | sourceTree = "<group>";
|
|
1237 | 1243 | 84C94D0B27578BF2007FE2B9 /* QueueAwareDelegate.swift in Sources */,
|
1238 | 1244 | 84C94CE427578B92007FE2B9 /* ChatChannelController_Mock.swift in Sources */,
|
1239 | 1245 | 84C94D282757954C007FE2B9 /* VirtualTimer.swift in Sources */,
|
| 1246 | + 84C94D442757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift in Sources */, |
1240 | 1247 | 84C94CD727578B92007FE2B9 /* ChatMessageLinkAttachment_Mock.swift in Sources */,
|
1241 | 1248 | 84C94D0527578BF2007FE2B9 /* TestRunnerEnvironment.swift in Sources */,
|
1242 | 1249 | 84C94D1A27579273007FE2B9 /* TestRequest.swift in Sources */,
|
|
1254 | 1261 | 84C94D1E2757929C007FE2B9 /* APIClient_Mock.swift in Sources */,
|
1255 | 1262 | 84C94CE927578B93007FE2B9 /* ChatClient_Mock.swift in Sources */,
|
1256 | 1263 | 84C94D2627579511007FE2B9 /* CDNClient_Mock.swift in Sources */,
|
| 1264 | + 84C94D462757D1CA007FE2B9 /* ImageLoader_Mock.swift in Sources */, |
1257 | 1265 | 84C94D2A275796D0007FE2B9 /* MockNetworkURLProtocol.swift in Sources */,
|
1258 | 1266 | 84C94CCF27578B92007FE2B9 /* ChatMessageReaction_Mock.swift in Sources */,
|
1259 | 1267 | 84C94D0327578BF2007FE2B9 /* WaitFor.swift in Sources */,
|
|
0 commit comments