|
332 | 332 | 84FF723F2782FB2E006E26C8 /* iMessagePocView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FF723E2782FB2E006E26C8 /* iMessagePocView.swift */; };
|
333 | 333 | 91B763A4283EB19900B458A9 /* MoreChannelActionsFullScreenWrappingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B763A3283EB19800B458A9 /* MoreChannelActionsFullScreenWrappingView.swift */; };
|
334 | 334 | 91B763A6283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */; };
|
| 335 | + 91B79FD7284E21E0005B6E4F /* ChatUserNamer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B79FD6284E21E0005B6E4F /* ChatUserNamer.swift */; }; |
| 336 | + 91B79FD9284E7E9C005B6E4F /* ChatUserNamer_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B79FD8284E7E9C005B6E4F /* ChatUserNamer_Tests.swift */; }; |
335 | 337 | 91CC203A283C3E7F0049A146 /* URLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC2039283C3E7F0049A146 /* URLExtensions.swift */; };
|
336 | 338 | 91CC203C283C4C250049A146 /* URLUtils_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */; };
|
337 | 339 | C14A465B284665B100EF498E /* SDKIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = C14A465A284665B100EF498E /* SDKIdentifier.swift */; };
|
|
705 | 707 | 84FF723E2782FB2E006E26C8 /* iMessagePocView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iMessagePocView.swift; sourceTree = "<group>"; };
|
706 | 708 | 91B763A3283EB19800B458A9 /* MoreChannelActionsFullScreenWrappingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsFullScreenWrappingView.swift; sourceTree = "<group>"; };
|
707 | 709 | 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsFullScreenWrappingView_Tests.swift; sourceTree = "<group>"; };
|
| 710 | + 91B79FD6284E21E0005B6E4F /* ChatUserNamer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatUserNamer.swift; sourceTree = "<group>"; }; |
| 711 | + 91B79FD8284E7E9C005B6E4F /* ChatUserNamer_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatUserNamer_Tests.swift; sourceTree = "<group>"; }; |
708 | 712 | 91CC2039283C3E7F0049A146 /* URLExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLExtensions.swift; sourceTree = "<group>"; };
|
709 | 713 | 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLUtils_Tests.swift; sourceTree = "<group>"; };
|
710 | 714 | C14A465A284665B100EF498E /* SDKIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKIdentifier.swift; sourceTree = "<group>"; };
|
|
1094 | 1098 | 8465FD3F2746A95600AF091E /* UIImage+Extensions.swift */,
|
1095 | 1099 | 8465FD402746A95600AF091E /* DateUtils.swift */,
|
1096 | 1100 | 8465FD412746A95600AF091E /* ChatChannelNamer.swift */,
|
| 1101 | + 91B79FD6284E21E0005B6E4F /* ChatUserNamer.swift */, |
1097 | 1102 | 8465FD422746A95600AF091E /* InputTextView.swift */,
|
1098 | 1103 | 8465FD432746A95600AF091E /* NSLayoutConstraint+Extensions.swift */,
|
1099 | 1104 | 8465FD442746A95600AF091E /* ChatMessage+Extensions.swift */,
|
|
1389 | 1394 | 84C94D5D275A3AA9007FE2B9 /* ImageCDN_Tests.swift */,
|
1390 | 1395 | 84C94D5F275A45D2007FE2B9 /* ViewFactory_Tests.swift */,
|
1391 | 1396 | 84C94D61275A5BB7007FE2B9 /* ChatChannelNamer_Tests.swift */,
|
| 1397 | + 91B79FD8284E7E9C005B6E4F /* ChatUserNamer_Tests.swift */, |
1392 | 1398 | );
|
1393 | 1399 | path = Utils;
|
1394 | 1400 | sourceTree = "<group>";
|
|
1731 | 1737 | 8423C33D277C94F30092DCF1 /* TwoStepMentionCommand.swift in Sources */,
|
1732 | 1738 | 8465FD802746A95700AF091E /* WebView.swift in Sources */,
|
1733 | 1739 | 8465FD942746A95700AF091E /* AddedFileAttachmentsView.swift in Sources */,
|
| 1740 | + 91B79FD7284E21E0005B6E4F /* ChatUserNamer.swift in Sources */, |
1734 | 1741 | 84F29090276CC1280045472D /* ShareButtonView.swift in Sources */,
|
1735 | 1742 | 84AB7B282773D4FE00631A10 /* TypingSuggester.swift in Sources */,
|
1736 | 1743 | 91B763A4283EB19900B458A9 /* MoreChannelActionsFullScreenWrappingView.swift in Sources */,
|
|
1791 | 1798 | 84C94D0B27578BF2007FE2B9 /* QueueAwareDelegate.swift in Sources */,
|
1792 | 1799 | 846B15F42817E7630017F7A1 /* ChatChannelInfoViewModel_Tests.swift in Sources */,
|
1793 | 1800 | 84C94CE427578B92007FE2B9 /* ChatChannelController_Mock.swift in Sources */,
|
| 1801 | + 91B79FD9284E7E9C005B6E4F /* ChatUserNamer_Tests.swift in Sources */, |
1794 | 1802 | 84C94D58275A1B89007FE2B9 /* MessageTypeResolver_Tests.swift in Sources */,
|
1795 | 1803 | 84C94D282757954C007FE2B9 /* VirtualTimer.swift in Sources */,
|
1796 | 1804 | 84C94D60275A45D2007FE2B9 /* ViewFactory_Tests.swift in Sources */,
|
|
0 commit comments