|
451 | 451 | 8465FCFC2746A95600AF091E /* ChatChannel */ = {
|
452 | 452 | isa = PBXGroup;
|
453 | 453 | children = (
|
| 454 | + 8465FD2D2746A95600AF091E /* ChatChannelView.swift */, |
| 455 | + 8465FD302746A95600AF091E /* ChatChannelViewModel.swift */, |
| 456 | + 8465FD2E2746A95600AF091E /* ChannelHeader */, |
454 | 457 | 8465FCFD2746A95600AF091E /* MessageList */,
|
455 | 458 | 8465FD0F2746A95600AF091E /* Composer */,
|
456 | 459 | 8465FD1F2746A95600AF091E /* Reactions */,
|
457 | 460 | 8465FD2A2746A95600AF091E /* Utils */,
|
458 |
| - 8465FD2D2746A95600AF091E /* ChatChannelView.swift */, |
459 |
| - 8465FD2E2746A95600AF091E /* ChannelHeader */, |
460 |
| - 8465FD302746A95600AF091E /* ChatChannelViewModel.swift */, |
461 | 461 | );
|
462 | 462 | path = ChatChannel;
|
463 | 463 | sourceTree = "<group>";
|
464 | 464 | };
|
465 | 465 | 8465FCFD2746A95600AF091E /* MessageList */ = {
|
466 | 466 | isa = PBXGroup;
|
467 | 467 | children = (
|
468 |
| - 8465FCFE2746A95600AF091E /* ImageAttachmentView.swift */, |
469 | 468 | 8465FCFF2746A95600AF091E /* MessageListView.swift */,
|
| 469 | + 8465FD052746A95600AF091E /* MessageContainerView.swift */, |
| 470 | + 8465FD0E2746A95600AF091E /* MessageView.swift */, |
| 471 | + 8465FD0D2746A95600AF091E /* MessageAvatarView.swift */, |
| 472 | + 8465FCFE2746A95600AF091E /* ImageAttachmentView.swift */, |
470 | 473 | 8465FD002746A95600AF091E /* FileAttachmentPreview.swift */,
|
471 | 474 | 8465FD012746A95600AF091E /* FileAttachmentView.swift */,
|
| 475 | + 8465FD0B2746A95600AF091E /* LinkTextView.swift */, |
| 476 | + 8465FD0C2746A95600AF091E /* LinkAttachmentView.swift */, |
472 | 477 | 8465FD022746A95600AF091E /* DeletedMessageView.swift */,
|
473 | 478 | 8465FD032746A95600AF091E /* VideoPlayerView.swift */,
|
474 | 479 | 8465FD042746A95600AF091E /* GiphyBadgeView.swift */,
|
475 |
| - 8465FD052746A95600AF091E /* MessageContainerView.swift */, |
476 | 480 | 8465FD062746A95600AF091E /* MessageBubble.swift */,
|
477 | 481 | 8465FD072746A95600AF091E /* VideoAttachmentView.swift */,
|
478 | 482 | 8465FD082746A95600AF091E /* MessageTypeResolver.swift */,
|
479 | 483 | 8465FD092746A95600AF091E /* WebView.swift */,
|
480 | 484 | 8465FD0A2746A95600AF091E /* SystemMessageView.swift */,
|
481 |
| - 8465FD0B2746A95600AF091E /* LinkTextView.swift */, |
482 |
| - 8465FD0C2746A95600AF091E /* LinkAttachmentView.swift */, |
483 |
| - 8465FD0D2746A95600AF091E /* MessageAvatarView.swift */, |
484 |
| - 8465FD0E2746A95600AF091E /* MessageView.swift */, |
485 | 485 | );
|
486 | 486 | path = MessageList;
|
487 | 487 | sourceTree = "<group>";
|
488 | 488 | };
|
489 | 489 | 8465FD0F2746A95600AF091E /* Composer */ = {
|
490 | 490 | isa = PBXGroup;
|
491 | 491 | children = (
|
| 492 | + 8465FD1B2746A95600AF091E /* MessageComposerView.swift */, |
492 | 493 | 8465FD102746A95600AF091E /* MessageComposerViewModel.swift */,
|
| 494 | + 8465FD1C2746A95600AF091E /* AttachmentPickerView.swift */, |
| 495 | + 8465FD1D2746A95600AF091E /* PhotoAttachmentPickerView.swift */, |
| 496 | + 8465FD172746A95600AF091E /* AddedImageAttachmentsView.swift */, |
493 | 497 | 8465FD112746A95600AF091E /* AttachmentPickerTypeView.swift */,
|
| 498 | + 8465FD1E2746A95600AF091E /* AddedFileAttachmentsView.swift */, |
494 | 499 | 8465FD122746A95600AF091E /* SendMessageButton.swift */,
|
495 | 500 | 8465FD132746A95600AF091E /* ComposerTextInputView.swift */,
|
496 | 501 | 8465FD142746A95600AF091E /* DiscardAttachmentButton.swift */,
|
497 | 502 | 8465FD152746A95600AF091E /* FilePickerView.swift */,
|
498 | 503 | 8465FD162746A95600AF091E /* ImagePickerView.swift */,
|
499 |
| - 8465FD172746A95600AF091E /* AddedImageAttachmentsView.swift */, |
500 |
| - 8465FD182746A95600AF091E /* PhotoAssetsUtils.swift */, |
501 | 504 | 8465FD192746A95600AF091E /* AttachmentUploadingStateView.swift */,
|
502 | 505 | 8465FD1A2746A95600AF091E /* ComposerHelperViews.swift */,
|
503 |
| - 8465FD1B2746A95600AF091E /* MessageComposerView.swift */, |
504 |
| - 8465FD1C2746A95600AF091E /* AttachmentPickerView.swift */, |
505 |
| - 8465FD1D2746A95600AF091E /* PhotoAttachmentPickerView.swift */, |
506 |
| - 8465FD1E2746A95600AF091E /* AddedFileAttachmentsView.swift */, |
| 506 | + 8465FD182746A95600AF091E /* PhotoAssetsUtils.swift */, |
507 | 507 | );
|
508 | 508 | path = Composer;
|
509 | 509 | sourceTree = "<group>";
|
510 | 510 | };
|
511 | 511 | 8465FD1F2746A95600AF091E /* Reactions */ = {
|
512 | 512 | isa = PBXGroup;
|
513 | 513 | children = (
|
514 |
| - 8465FD202746A95600AF091E /* ReactionsOverlayContainer.swift */, |
515 |
| - 8465FD212746A95600AF091E /* ReactionsOverlayViewModel.swift */, |
| 514 | + 8465FD262746A95600AF091E /* MessageActions */, |
516 | 515 | 8465FD222746A95600AF091E /* ReactionsView.swift */,
|
517 |
| - 8465FD232746A95600AF091E /* ReactionsOverlayView.swift */, |
518 | 516 | 8465FD242746A95600AF091E /* ReactionsBubbleView.swift */,
|
| 517 | + 8465FD232746A95600AF091E /* ReactionsOverlayView.swift */, |
| 518 | + 8465FD202746A95600AF091E /* ReactionsOverlayContainer.swift */, |
| 519 | + 8465FD212746A95600AF091E /* ReactionsOverlayViewModel.swift */, |
519 | 520 | 8465FD252746A95600AF091E /* ReactionsHelperViews.swift */,
|
520 |
| - 8465FD262746A95600AF091E /* MessageActions */, |
521 | 521 | );
|
522 | 522 | path = Reactions;
|
523 | 523 | sourceTree = "<group>";
|
524 | 524 | };
|
525 | 525 | 8465FD262746A95600AF091E /* MessageActions */ = {
|
526 | 526 | isa = PBXGroup;
|
527 | 527 | children = (
|
528 |
| - 8465FD272746A95600AF091E /* DefaultMessageActions.swift */, |
529 | 528 | 8465FD282746A95600AF091E /* MessageActionsView.swift */,
|
530 | 529 | 8465FD292746A95600AF091E /* MessageActionsViewModel.swift */,
|
| 530 | + 8465FD272746A95600AF091E /* DefaultMessageActions.swift */, |
531 | 531 | );
|
532 | 532 | path = MessageActions;
|
533 | 533 | sourceTree = "<group>";
|
|
592 | 592 | 8465FD4C2746A95600AF091E /* ChatChannelList */ = {
|
593 | 593 | isa = PBXGroup;
|
594 | 594 | children = (
|
| 595 | + 8465FD552746A95700AF091E /* ChatChannelListScreen.swift */, |
| 596 | + 8465FD512746A95600AF091E /* ChatChannelList.swift */, |
| 597 | + 8465FD582746A95700AF091E /* ChatChannelListViewModel.swift */, |
| 598 | + 8465FD542746A95700AF091E /* ChatChannelListHeader.swift */, |
| 599 | + 8465FD5C2746A95700AF091E /* ChatChannelListView.swift */, |
| 600 | + 8465FD5A2746A95700AF091E /* ChatChannelSwipeableListItem.swift */, |
| 601 | + 8465FD532746A95600AF091E /* ChatChannelNavigatableListItem.swift */, |
| 602 | + 8465FD592746A95700AF091E /* ChatChannelListItem.swift */, |
595 | 603 | 8465FD4D2746A95600AF091E /* ChannelAvatarsMerger.swift */,
|
596 | 604 | 8465FD4E2746A95600AF091E /* ChatChannelHelperViews.swift */,
|
597 |
| - 8465FD4F2746A95600AF091E /* MoreChannelActionsView.swift */, |
598 | 605 | 8465FD502746A95600AF091E /* DefaultChannelActions.swift */,
|
599 |
| - 8465FD512746A95600AF091E /* ChatChannelList.swift */, |
600 | 606 | 8465FD522746A95600AF091E /* NoChannelsView.swift */,
|
601 |
| - 8465FD532746A95600AF091E /* ChatChannelNavigatableListItem.swift */, |
602 |
| - 8465FD542746A95700AF091E /* ChatChannelListHeader.swift */, |
603 |
| - 8465FD552746A95700AF091E /* ChatChannelListScreen.swift */, |
604 | 607 | 8465FD562746A95700AF091E /* ChatChannelDeepLink.swift */,
|
605 | 608 | 8465FD572746A95700AF091E /* ChannelHeaderLoader.swift */,
|
606 |
| - 8465FD582746A95700AF091E /* ChatChannelListViewModel.swift */, |
607 |
| - 8465FD592746A95700AF091E /* ChatChannelListItem.swift */, |
608 |
| - 8465FD5A2746A95700AF091E /* ChatChannelSwipeableListItem.swift */, |
| 609 | + 8465FD4F2746A95600AF091E /* MoreChannelActionsView.swift */, |
609 | 610 | 8465FD5B2746A95700AF091E /* MoreChannelActionsViewModel.swift */,
|
610 |
| - 8465FD5C2746A95700AF091E /* ChatChannelListView.swift */, |
611 | 611 | );
|
612 | 612 | path = ChatChannelList;
|
613 | 613 | sourceTree = "<group>";
|
|
0 commit comments