|
327 | 327 | 84F2908E276B92A40045472D /* GalleryHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F2908D276B92A40045472D /* GalleryHeaderView.swift */; };
|
328 | 328 | 84F29090276CC1280045472D /* ShareButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F2908F276CC1280045472D /* ShareButtonView.swift */; };
|
329 | 329 | 84FF723F2782FB2E006E26C8 /* iMessagePocView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FF723E2782FB2E006E26C8 /* iMessagePocView.swift */; };
|
| 330 | + 91B763A4283EB19900B458A9 /* MoreChannelActionsFullScreenWrappingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B763A3283EB19800B458A9 /* MoreChannelActionsFullScreenWrappingView.swift */; }; |
| 331 | + 91B763A6283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */; }; |
| 332 | + 91CC203A283C3E7F0049A146 /* URLExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC2039283C3E7F0049A146 /* URLExtensions.swift */; }; |
| 333 | + 91CC203C283C4C250049A146 /* URLUtils_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */; }; |
330 | 334 | E3A1C01C282BAC66002D1E26 /* Sentry in Frameworks */ = {isa = PBXBuildFile; productRef = E3A1C01B282BAC66002D1E26 /* Sentry */; };
|
331 | 335 | /* End PBXBuildFile section */
|
332 | 336 |
|
|
692 | 696 | 84F2908D276B92A40045472D /* GalleryHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GalleryHeaderView.swift; sourceTree = "<group>"; };
|
693 | 697 | 84F2908F276CC1280045472D /* ShareButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareButtonView.swift; sourceTree = "<group>"; };
|
694 | 698 | 84FF723E2782FB2E006E26C8 /* iMessagePocView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iMessagePocView.swift; sourceTree = "<group>"; };
|
| 699 | + 91B763A3283EB19800B458A9 /* MoreChannelActionsFullScreenWrappingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsFullScreenWrappingView.swift; sourceTree = "<group>"; }; |
| 700 | + 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreChannelActionsFullScreenWrappingView_Tests.swift; sourceTree = "<group>"; }; |
| 701 | + 91CC2039283C3E7F0049A146 /* URLExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLExtensions.swift; sourceTree = "<group>"; }; |
| 702 | + 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLUtils_Tests.swift; sourceTree = "<group>"; }; |
695 | 703 | /* End PBXFileReference section */
|
696 | 704 |
|
697 | 705 | /* Begin PBXFrameworksBuildPhase section */
|
|
1031 | 1039 | children = (
|
1032 | 1040 | 8465FD2B2746A95600AF091E /* ChatChannelHelpers.swift */,
|
1033 | 1041 | 8465FD2C2746A95600AF091E /* ChatChannelExtensions.swift */,
|
| 1042 | + 91CC2039283C3E7F0049A146 /* URLExtensions.swift */, |
1034 | 1043 | );
|
1035 | 1044 | path = Utils;
|
1036 | 1045 | sourceTree = "<group>";
|
|
1106 | 1115 | 8465FD572746A95700AF091E /* ChannelHeaderLoader.swift */,
|
1107 | 1116 | 8465FD4F2746A95600AF091E /* MoreChannelActionsView.swift */,
|
1108 | 1117 | 8465FD5B2746A95700AF091E /* MoreChannelActionsViewModel.swift */,
|
| 1118 | + 91B763A3283EB19800B458A9 /* MoreChannelActionsFullScreenWrappingView.swift */, |
1109 | 1119 | 8421BCEF27A44EAE000F977D /* SearchResultsView.swift */,
|
1110 | 1120 | );
|
1111 | 1121 | path = ChatChannelList;
|
|
1151 | 1161 | 84C94D412757C16D007FE2B9 /* ChatChannelListTestHelpers.swift */,
|
1152 | 1162 | 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */,
|
1153 | 1163 | 84DEC8DA27609FA200172876 /* MoreChannelActionsView_Tests.swift */,
|
| 1164 | + 91B763A5283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift */, |
1154 | 1165 | 84DEC8DC2760A10500172876 /* NoChannelsView_Tests.swift */,
|
1155 | 1166 | 8413D90127A9654600A89432 /* SearchResultsView_Tests.swift */,
|
1156 | 1167 | 84D6B55927DF6EC7009C6D07 /* LoadingView_Tests.swift */,
|
|
1359 | 1370 | 84C94D52275A135F007FE2B9 /* Utils */ = {
|
1360 | 1371 | isa = PBXGroup;
|
1361 | 1372 | children = (
|
| 1373 | + 91CC203B283C4C250049A146 /* URLUtils_Tests.swift */, |
1362 | 1374 | 84C94D53275A1380007FE2B9 /* DateUtils_Tests.swift */,
|
1363 | 1375 | 84C94D55275A1AE1007FE2B9 /* StringExtensions_Tests.swift */,
|
1364 | 1376 | 84C94D59275A2E43007FE2B9 /* StreamChat_Utils_Tests.swift */,
|
|
1661 | 1673 | 84DEC8E82760EABC00172876 /* ChatChannelDataSource.swift in Sources */,
|
1662 | 1674 | 8465FDC62746A95700AF091E /* ChannelHeaderLoader.swift in Sources */,
|
1663 | 1675 | 8465FD872746A95700AF091E /* AttachmentPickerTypeView.swift in Sources */,
|
| 1676 | + 91CC203A283C3E7F0049A146 /* URLExtensions.swift in Sources */, |
1664 | 1677 | 8465FD892746A95700AF091E /* ComposerTextInputView.swift in Sources */,
|
1665 | 1678 | 8465FDBC2746A95700AF091E /* ChannelAvatarsMerger.swift in Sources */,
|
1666 | 1679 | 8465FDB82746A95700AF091E /* ImageMerger.swift in Sources */,
|
|
1706 | 1719 | 8465FD942746A95700AF091E /* AddedFileAttachmentsView.swift in Sources */,
|
1707 | 1720 | 84F29090276CC1280045472D /* ShareButtonView.swift in Sources */,
|
1708 | 1721 | 84AB7B282773D4FE00631A10 /* TypingSuggester.swift in Sources */,
|
| 1722 | + 91B763A4283EB19900B458A9 /* MoreChannelActionsFullScreenWrappingView.swift in Sources */, |
1709 | 1723 | 8465FD852746A95700AF091E /* MessageView.swift in Sources */,
|
1710 | 1724 | 8465FDCA2746A95700AF091E /* MoreChannelActionsViewModel.swift in Sources */,
|
1711 | 1725 | 8465FDD12746A95700AF091E /* Images.swift in Sources */,
|
|
1756 | 1770 | 84B2B5D02819629400479CEE /* PinnedMessagesView_Tests.swift in Sources */,
|
1757 | 1771 | 84C94D1427578BF3007FE2B9 /* TemporaryData.swift in Sources */,
|
1758 | 1772 | 84C94D4F2758FE59007FE2B9 /* ChatChannelTestHelpers.swift in Sources */,
|
| 1773 | + 91CC203C283C4C250049A146 /* URLUtils_Tests.swift in Sources */, |
1759 | 1774 | 84C94CCC27578B92007FE2B9 /* ChatClientUpdater_Mock.swift in Sources */,
|
1760 | 1775 | 84B2B5DA281985DA00479CEE /* FileAttachmentsView_Tests.swift in Sources */,
|
1761 | 1776 | 848399F227601231003075E4 /* ReactionsOverlayView_Tests.swift in Sources */,
|
|
1827 | 1842 | 84DEC8DF2760A1D100172876 /* MessageView_Tests.swift in Sources */,
|
1828 | 1843 | 84C94CDA27578B92007FE2B9 /* ChatUser_Mock.swift in Sources */,
|
1829 | 1844 | 847F7949282A91AD0009F74C /* ChatChannelView_Tests.swift in Sources */,
|
| 1845 | + 91B763A6283EB39600B458A9 /* MoreChannelActionsFullScreenWrappingView_Tests.swift in Sources */, |
1830 | 1846 | 84C94D2C275796F7007FE2B9 /* RequestRecorderURLProtocol.swift in Sources */,
|
1831 | 1847 | 84C94CD627578B92007FE2B9 /* AttachmentUploadingState_Mock.swift in Sources */,
|
1832 | 1848 | 84C94D20275792EA007FE2B9 /* MockBackgroundTaskScheduler.swift in Sources */,
|
|
0 commit comments