|
128 | 128 | 8465FDD12746A95700AF091E /* Images.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD622746A95700AF091E /* Images.swift */; };
|
129 | 129 | 8465FDD22746A95800AF091E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD632746A95700AF091E /* Utils.swift */; };
|
130 | 130 | 8465FDD32746A95800AF091E /* ColorPalette.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD642746A95700AF091E /* ColorPalette.swift */; };
|
131 |
| - 8465FDD42746A95800AF091E /* NewChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD662746A95700AF091E /* NewChatViewModel.swift */; }; |
132 |
| - 8465FDD52746A95800AF091E /* NewChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD672746A95700AF091E /* NewChatView.swift */; }; |
133 | 131 | 8465FDD72746A95800AF091E /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FD692746A95700AF091E /* Appearance.swift */; };
|
134 | 132 | 8465FDD82746AA2700AF091E /* StreamChatSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 8465FD602746A95700AF091E /* StreamChatSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
135 | 133 | 8465FDDD2747A14700AF091E /* CustomComposerAttachmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */; };
|
|
288 | 286 | 8465FD622746A95700AF091E /* Images.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Images.swift; sourceTree = "<group>"; };
|
289 | 287 | 8465FD632746A95700AF091E /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
290 | 288 | 8465FD642746A95700AF091E /* ColorPalette.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorPalette.swift; sourceTree = "<group>"; };
|
291 |
| - 8465FD662746A95700AF091E /* NewChatViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewChatViewModel.swift; sourceTree = "<group>"; }; |
292 |
| - 8465FD672746A95700AF091E /* NewChatView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewChatView.swift; sourceTree = "<group>"; }; |
293 | 289 | 8465FD682746A95700AF091E /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
294 | 290 | 8465FD692746A95700AF091E /* Appearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Appearance.swift; sourceTree = "<group>"; };
|
295 | 291 | 8465FDDC2747A14700AF091E /* CustomComposerAttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomComposerAttachmentView.swift; sourceTree = "<group>"; };
|
|
414 | 410 | 8465FCFC2746A95600AF091E /* ChatChannel */,
|
415 | 411 | 8465FCF92746A95600AF091E /* CommonViews */,
|
416 | 412 | 8465FD312746A95600AF091E /* Utils */,
|
417 |
| - 8465FD652746A95700AF091E /* NewChat */, |
418 | 413 | 8465FCEC2746A95600AF091E /* Generated */,
|
419 | 414 | 8465FCF32746A95600AF091E /* Resources */,
|
420 | 415 | 8465FD5D2746A95700AF091E /* README.md */,
|
|
615 | 610 | path = ChatChannelList;
|
616 | 611 | sourceTree = "<group>";
|
617 | 612 | };
|
618 |
| - 8465FD652746A95700AF091E /* NewChat */ = { |
619 |
| - isa = PBXGroup; |
620 |
| - children = ( |
621 |
| - 8465FD662746A95700AF091E /* NewChatViewModel.swift */, |
622 |
| - 8465FD672746A95700AF091E /* NewChatView.swift */, |
623 |
| - ); |
624 |
| - path = NewChat; |
625 |
| - sourceTree = "<group>"; |
626 |
| - }; |
627 | 613 | /* End PBXGroup section */
|
628 | 614 |
|
629 | 615 | /* Begin PBXHeadersBuildPhase section */
|
|
833 | 819 | 8465FDCD2746A95700AF091E /* Fonts.swift in Sources */,
|
834 | 820 | 8465FD9A2746A95700AF091E /* ReactionsHelperViews.swift in Sources */,
|
835 | 821 | 8465FDC02746A95700AF091E /* ChatChannelList.swift in Sources */,
|
836 |
| - 8465FDD42746A95800AF091E /* NewChatViewModel.swift in Sources */, |
837 | 822 | 8465FD9F2746A95700AF091E /* ChatChannelExtensions.swift in Sources */,
|
838 | 823 | 8465FD882746A95700AF091E /* SendMessageButton.swift in Sources */,
|
839 | 824 | 8465FDC82746A95700AF091E /* ChatChannelListItem.swift in Sources */,
|
|
878 | 863 | 8465FDD72746A95800AF091E /* Appearance.swift in Sources */,
|
879 | 864 | 8465FD8A2746A95700AF091E /* DiscardAttachmentButton.swift in Sources */,
|
880 | 865 | 8465FDCB2746A95700AF091E /* ChatChannelListView.swift in Sources */,
|
881 |
| - 8465FDD52746A95800AF091E /* NewChatView.swift in Sources */, |
882 | 866 | 8465FDD22746A95800AF091E /* Utils.swift in Sources */,
|
883 | 867 | 8465FDA12746A95700AF091E /* ChatChannelHeaderViewModifier.swift in Sources */,
|
884 | 868 | 8465FDA02746A95700AF091E /* ChatChannelView.swift in Sources */,
|
|
0 commit comments