|
13 | 13 | 84335014274BAB15007A1B81 /* ViewFactoryExamples.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84335013274BAB15007A1B81 /* ViewFactoryExamples.swift */; };
|
14 | 14 | 84335016274BABF3007A1B81 /* NewChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84335015274BABF3007A1B81 /* NewChatView.swift */; };
|
15 | 15 | 84335018274BAD4B007A1B81 /* NewChatViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84335017274BAD4B007A1B81 /* NewChatViewModel.swift */; };
|
| 16 | + 8434E58127707F19001E1B83 /* GridPhotosView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434E58027707F19001E1B83 /* GridPhotosView.swift */; }; |
| 17 | + 8434E583277088D9001E1B83 /* TitleWithCloseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434E582277088D9001E1B83 /* TitleWithCloseButton.swift */; }; |
16 | 18 | 8465FBBE2746873A00AF091E /* StreamChatSwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8465FBB52746873A00AF091E /* StreamChatSwiftUI.framework */; };
|
17 | 19 | 8465FCB427468A8D00AF091E /* StreamChat in Frameworks */ = {isa = PBXBuildFile; productRef = 8465FCB327468A8D00AF091E /* StreamChat */; };
|
18 | 20 | 8465FCB727468B0600AF091E /* NukeUI in Frameworks */ = {isa = PBXBuildFile; productRef = 8465FCB627468B0600AF091E /* NukeUI */; };
|
|
290 | 292 | 84335013274BAB15007A1B81 /* ViewFactoryExamples.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewFactoryExamples.swift; sourceTree = "<group>"; };
|
291 | 293 | 84335015274BABF3007A1B81 /* NewChatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewChatView.swift; sourceTree = "<group>"; };
|
292 | 294 | 84335017274BAD4B007A1B81 /* NewChatViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewChatViewModel.swift; sourceTree = "<group>"; };
|
| 295 | + 8434E58027707F19001E1B83 /* GridPhotosView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridPhotosView.swift; sourceTree = "<group>"; }; |
| 296 | + 8434E582277088D9001E1B83 /* TitleWithCloseButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleWithCloseButton.swift; sourceTree = "<group>"; }; |
293 | 297 | 8465FBB52746873A00AF091E /* StreamChatSwiftUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StreamChatSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
294 | 298 | 8465FBBD2746873A00AF091E /* StreamChatSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StreamChatSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
295 | 299 | 8465FCBC27468B6900AF091E /* DemoAppSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoAppSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
685 | 689 | children = (
|
686 | 690 | 8465FCFA2746A95600AF091E /* ActionItemView.swift */,
|
687 | 691 | 84F2908D276B92A40045472D /* GalleryHeaderView.swift */,
|
| 692 | + 8434E582277088D9001E1B83 /* TitleWithCloseButton.swift */, |
688 | 693 | );
|
689 | 694 | path = CommonViews;
|
690 | 695 | sourceTree = "<group>";
|
|
1066 | 1071 | isa = PBXGroup;
|
1067 | 1072 | children = (
|
1068 | 1073 | 84F29089276B90610045472D /* GalleryView.swift */,
|
| 1074 | + 8434E58027707F19001E1B83 /* GridPhotosView.swift */, |
1069 | 1075 | 8465FD032746A95600AF091E /* VideoPlayerView.swift */,
|
1070 | 1076 | 84F2908B276B91700045472D /* ZoomableScrollView.swift */,
|
1071 | 1077 | 84F2908F276CC1280045472D /* ShareButtonView.swift */,
|
|
1285 | 1291 | 8465FDBD2746A95700AF091E /* ChatChannelHelperViews.swift in Sources */,
|
1286 | 1292 | 8465FD8D2746A95700AF091E /* AddedImageAttachmentsView.swift in Sources */,
|
1287 | 1293 | 8465FDAA2746A95700AF091E /* DateFormatter+Extensions.swift in Sources */,
|
| 1294 | + 8434E58127707F19001E1B83 /* GridPhotosView.swift in Sources */, |
1288 | 1295 | 8465FD742746A95700AF091E /* ViewFactory.swift in Sources */,
|
1289 | 1296 | 8465FDC12746A95700AF091E /* NoChannelsView.swift in Sources */,
|
1290 | 1297 | 8465FDA32746A95700AF091E /* ViewExtensions.swift in Sources */,
|
|
1298 | 1305 | 8465FD882746A95700AF091E /* SendMessageButton.swift in Sources */,
|
1299 | 1306 | 8465FDC82746A95700AF091E /* ChatChannelListItem.swift in Sources */,
|
1300 | 1307 | 8465FDA62746A95700AF091E /* LazyView.swift in Sources */,
|
| 1308 | + 8434E583277088D9001E1B83 /* TitleWithCloseButton.swift in Sources */, |
1301 | 1309 | 8465FDB52746A95700AF091E /* Cache.swift in Sources */,
|
1302 | 1310 | 84DEC8EA2761089A00172876 /* MessageThreadHeaderViewModifier.swift in Sources */,
|
1303 | 1311 | 8465FD9B2746A95700AF091E /* DefaultMessageActions.swift in Sources */,
|
|
0 commit comments