|
154 | 154 | 8465FDDD2747A14700AF091E /* CustomComposerAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */; };
|
155 | 155 | 846608E3278C303800D3D7B3 /* TypingIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E2278C303800D3D7B3 /* TypingIndicatorView.swift */; };
|
156 | 156 | 846608E5278C865200D3D7B3 /* TypingIndicatorPlacement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E4278C865200D3D7B3 /* TypingIndicatorPlacement.swift */; };
|
| 157 | + 846608E7278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E6278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift */; }; |
| 158 | + 846608E9278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E8278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift */; }; |
157 | 159 | 848399EA275FB3E9003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E9275FB3E9003075E4 /* SnapshotTesting */; };
|
158 | 160 | 848399EC275FB41B003075E4 /* ChatChannelListView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */; };
|
159 | 161 | 848399F227601231003075E4 /* ReactionsOverlayView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848399F127601231003075E4 /* ReactionsOverlayView_Tests.swift */; };
|
|
457 | 459 | 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomComposerAttachmentView.swift; sourceTree = "<group>"; };
|
458 | 460 | 846608E2278C303800D3D7B3 /* TypingIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypingIndicatorView.swift; sourceTree = "<group>"; };
|
459 | 461 | 846608E4278C865200D3D7B3 /* TypingIndicatorPlacement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypingIndicatorPlacement.swift; sourceTree = "<group>"; };
|
| 462 | + 846608E6278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelExtensions_Tests.swift; sourceTree = "<group>"; }; |
| 463 | + 846608E8278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypingIndicatorView_Tests.swift; sourceTree = "<group>"; }; |
460 | 464 | 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelListView_Tests.swift; sourceTree = "<group>"; };
|
461 | 465 | 848399F127601231003075E4 /* ReactionsOverlayView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionsOverlayView_Tests.swift; sourceTree = "<group>"; };
|
462 | 466 | 849CDD932768E0E1003C7A51 /* MessageActionsResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageActionsResolver.swift; sourceTree = "<group>"; };
|
|
1153 | 1157 | 842383DF2767394200888CFC /* ChatChannelDataSource_Tests.swift */,
|
1154 | 1158 | 842F0BB7276B3518002C400C /* QuotedMessageView_Tests.swift */,
|
1155 | 1159 | 84AB7B20277203EF00631A10 /* GalleryView_Tests.swift */,
|
| 1160 | + 846608E6278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift */, |
| 1161 | + 846608E8278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift */, |
1156 | 1162 | 84C94D4E2758FE59007FE2B9 /* ChatChannelTestHelpers.swift */,
|
1157 | 1163 | );
|
1158 | 1164 | path = ChatChannel;
|
|
1531 | 1537 | 84C94D68275A6AFD007FE2B9 /* ChannelHeaderLoader_Tests.swift in Sources */,
|
1532 | 1538 | 84C94D1A27579273007FE2B9 /* TestRequest.swift in Sources */,
|
1533 | 1539 | 84C94D0927578BF2007FE2B9 /* TestManagedObject.swift in Sources */,
|
| 1540 | + 846608E7278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift in Sources */, |
1534 | 1541 | 84C94D3A27579BB0007FE2B9 /* AssertJSONEqual.swift in Sources */,
|
1535 | 1542 | 84C94D3927579BB0007FE2B9 /* TestDataModel.xcdatamodeld in Sources */,
|
1536 | 1543 | 84C94D4D2758FD5C007FE2B9 /* MessageComposerViewModel_Tests.swift in Sources */,
|
|
1570 | 1577 | 84C94D2C275796F7007FE2B9 /* RequestRecorderURLProtocol.swift in Sources */,
|
1571 | 1578 | 84C94CD627578B92007FE2B9 /* AttachmentUploadingState_Mock.swift in Sources */,
|
1572 | 1579 | 84C94D20275792EA007FE2B9 /* MockBackgroundTaskScheduler.swift in Sources */,
|
| 1580 | + 846608E9278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift in Sources */, |
1573 | 1581 | 84C94CE227578B92007FE2B9 /* UserPayload.swift in Sources */,
|
1574 | 1582 | 84C94D3D27579BB0007FE2B9 /* TestDataModel2.xcdatamodeld in Sources */,
|
1575 | 1583 | 84C94CD327578B92007FE2B9 /* ChatMessageFileAttachment_Mock.swift in Sources */,
|
|
0 commit comments