Skip to content

Commit cc51110

Browse files
reordering of files in the project
1 parent 30617fd commit cc51110

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -451,83 +451,83 @@
451451
8465FCFC2746A95600AF091E /* ChatChannel */ = {
452452
isa = PBXGroup;
453453
children = (
454+
8465FD2D2746A95600AF091E /* ChatChannelView.swift */,
455+
8465FD302746A95600AF091E /* ChatChannelViewModel.swift */,
456+
8465FD2E2746A95600AF091E /* ChannelHeader */,
454457
8465FCFD2746A95600AF091E /* MessageList */,
455458
8465FD0F2746A95600AF091E /* Composer */,
456459
8465FD1F2746A95600AF091E /* Reactions */,
457460
8465FD2A2746A95600AF091E /* Utils */,
458-
8465FD2D2746A95600AF091E /* ChatChannelView.swift */,
459-
8465FD2E2746A95600AF091E /* ChannelHeader */,
460-
8465FD302746A95600AF091E /* ChatChannelViewModel.swift */,
461461
);
462462
path = ChatChannel;
463463
sourceTree = "<group>";
464464
};
465465
8465FCFD2746A95600AF091E /* MessageList */ = {
466466
isa = PBXGroup;
467467
children = (
468-
8465FCFE2746A95600AF091E /* ImageAttachmentView.swift */,
469468
8465FCFF2746A95600AF091E /* MessageListView.swift */,
469+
8465FD052746A95600AF091E /* MessageContainerView.swift */,
470+
8465FD0E2746A95600AF091E /* MessageView.swift */,
471+
8465FD0D2746A95600AF091E /* MessageAvatarView.swift */,
472+
8465FCFE2746A95600AF091E /* ImageAttachmentView.swift */,
470473
8465FD002746A95600AF091E /* FileAttachmentPreview.swift */,
471474
8465FD012746A95600AF091E /* FileAttachmentView.swift */,
475+
8465FD0B2746A95600AF091E /* LinkTextView.swift */,
476+
8465FD0C2746A95600AF091E /* LinkAttachmentView.swift */,
472477
8465FD022746A95600AF091E /* DeletedMessageView.swift */,
473478
8465FD032746A95600AF091E /* VideoPlayerView.swift */,
474479
8465FD042746A95600AF091E /* GiphyBadgeView.swift */,
475-
8465FD052746A95600AF091E /* MessageContainerView.swift */,
476480
8465FD062746A95600AF091E /* MessageBubble.swift */,
477481
8465FD072746A95600AF091E /* VideoAttachmentView.swift */,
478482
8465FD082746A95600AF091E /* MessageTypeResolver.swift */,
479483
8465FD092746A95600AF091E /* WebView.swift */,
480484
8465FD0A2746A95600AF091E /* SystemMessageView.swift */,
481-
8465FD0B2746A95600AF091E /* LinkTextView.swift */,
482-
8465FD0C2746A95600AF091E /* LinkAttachmentView.swift */,
483-
8465FD0D2746A95600AF091E /* MessageAvatarView.swift */,
484-
8465FD0E2746A95600AF091E /* MessageView.swift */,
485485
);
486486
path = MessageList;
487487
sourceTree = "<group>";
488488
};
489489
8465FD0F2746A95600AF091E /* Composer */ = {
490490
isa = PBXGroup;
491491
children = (
492+
8465FD1B2746A95600AF091E /* MessageComposerView.swift */,
492493
8465FD102746A95600AF091E /* MessageComposerViewModel.swift */,
494+
8465FD1C2746A95600AF091E /* AttachmentPickerView.swift */,
495+
8465FD1D2746A95600AF091E /* PhotoAttachmentPickerView.swift */,
496+
8465FD172746A95600AF091E /* AddedImageAttachmentsView.swift */,
493497
8465FD112746A95600AF091E /* AttachmentPickerTypeView.swift */,
498+
8465FD1E2746A95600AF091E /* AddedFileAttachmentsView.swift */,
494499
8465FD122746A95600AF091E /* SendMessageButton.swift */,
495500
8465FD132746A95600AF091E /* ComposerTextInputView.swift */,
496501
8465FD142746A95600AF091E /* DiscardAttachmentButton.swift */,
497502
8465FD152746A95600AF091E /* FilePickerView.swift */,
498503
8465FD162746A95600AF091E /* ImagePickerView.swift */,
499-
8465FD172746A95600AF091E /* AddedImageAttachmentsView.swift */,
500-
8465FD182746A95600AF091E /* PhotoAssetsUtils.swift */,
501504
8465FD192746A95600AF091E /* AttachmentUploadingStateView.swift */,
502505
8465FD1A2746A95600AF091E /* ComposerHelperViews.swift */,
503-
8465FD1B2746A95600AF091E /* MessageComposerView.swift */,
504-
8465FD1C2746A95600AF091E /* AttachmentPickerView.swift */,
505-
8465FD1D2746A95600AF091E /* PhotoAttachmentPickerView.swift */,
506-
8465FD1E2746A95600AF091E /* AddedFileAttachmentsView.swift */,
506+
8465FD182746A95600AF091E /* PhotoAssetsUtils.swift */,
507507
);
508508
path = Composer;
509509
sourceTree = "<group>";
510510
};
511511
8465FD1F2746A95600AF091E /* Reactions */ = {
512512
isa = PBXGroup;
513513
children = (
514-
8465FD202746A95600AF091E /* ReactionsOverlayContainer.swift */,
515-
8465FD212746A95600AF091E /* ReactionsOverlayViewModel.swift */,
514+
8465FD262746A95600AF091E /* MessageActions */,
516515
8465FD222746A95600AF091E /* ReactionsView.swift */,
517-
8465FD232746A95600AF091E /* ReactionsOverlayView.swift */,
518516
8465FD242746A95600AF091E /* ReactionsBubbleView.swift */,
517+
8465FD232746A95600AF091E /* ReactionsOverlayView.swift */,
518+
8465FD202746A95600AF091E /* ReactionsOverlayContainer.swift */,
519+
8465FD212746A95600AF091E /* ReactionsOverlayViewModel.swift */,
519520
8465FD252746A95600AF091E /* ReactionsHelperViews.swift */,
520-
8465FD262746A95600AF091E /* MessageActions */,
521521
);
522522
path = Reactions;
523523
sourceTree = "<group>";
524524
};
525525
8465FD262746A95600AF091E /* MessageActions */ = {
526526
isa = PBXGroup;
527527
children = (
528-
8465FD272746A95600AF091E /* DefaultMessageActions.swift */,
529528
8465FD282746A95600AF091E /* MessageActionsView.swift */,
530529
8465FD292746A95600AF091E /* MessageActionsViewModel.swift */,
530+
8465FD272746A95600AF091E /* DefaultMessageActions.swift */,
531531
);
532532
path = MessageActions;
533533
sourceTree = "<group>";
@@ -592,22 +592,22 @@
592592
8465FD4C2746A95600AF091E /* ChatChannelList */ = {
593593
isa = PBXGroup;
594594
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 */,
595603
8465FD4D2746A95600AF091E /* ChannelAvatarsMerger.swift */,
596604
8465FD4E2746A95600AF091E /* ChatChannelHelperViews.swift */,
597-
8465FD4F2746A95600AF091E /* MoreChannelActionsView.swift */,
598605
8465FD502746A95600AF091E /* DefaultChannelActions.swift */,
599-
8465FD512746A95600AF091E /* ChatChannelList.swift */,
600606
8465FD522746A95600AF091E /* NoChannelsView.swift */,
601-
8465FD532746A95600AF091E /* ChatChannelNavigatableListItem.swift */,
602-
8465FD542746A95700AF091E /* ChatChannelListHeader.swift */,
603-
8465FD552746A95700AF091E /* ChatChannelListScreen.swift */,
604607
8465FD562746A95700AF091E /* ChatChannelDeepLink.swift */,
605608
8465FD572746A95700AF091E /* ChannelHeaderLoader.swift */,
606-
8465FD582746A95700AF091E /* ChatChannelListViewModel.swift */,
607-
8465FD592746A95700AF091E /* ChatChannelListItem.swift */,
608-
8465FD5A2746A95700AF091E /* ChatChannelSwipeableListItem.swift */,
609+
8465FD4F2746A95600AF091E /* MoreChannelActionsView.swift */,
609610
8465FD5B2746A95700AF091E /* MoreChannelActionsViewModel.swift */,
610-
8465FD5C2746A95700AF091E /* ChatChannelListView.swift */,
611611
);
612612
path = ChatChannelList;
613613
sourceTree = "<group>";

0 commit comments

Comments
 (0)