|
|
@ -122,6 +122,7 @@
|
|
|
|
7B81682828B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682728B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift */; };
|
|
|
|
7B81682828B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682728B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift */; };
|
|
|
|
7B81682A28B6F1420069F315 /* ReactionResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682928B6F1420069F315 /* ReactionResponse.swift */; };
|
|
|
|
7B81682A28B6F1420069F315 /* ReactionResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682928B6F1420069F315 /* ReactionResponse.swift */; };
|
|
|
|
7B81682C28B72F480069F315 /* PendingChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682B28B72F480069F315 /* PendingChange.swift */; };
|
|
|
|
7B81682C28B72F480069F315 /* PendingChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81682B28B72F480069F315 /* PendingChange.swift */; };
|
|
|
|
|
|
|
|
7B81FB5A2AB01B17002FB267 /* LoadingIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B81FB582AB01AA8002FB267 /* LoadingIndicatorView.swift */; };
|
|
|
|
7B8914772A7CAAE200A4C627 /* SessionHostingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */; };
|
|
|
|
7B8914772A7CAAE200A4C627 /* SessionHostingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */; };
|
|
|
|
7B8C44C528B49DDA00FBE25F /* NewConversationVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8C44C428B49DDA00FBE25F /* NewConversationVC.swift */; };
|
|
|
|
7B8C44C528B49DDA00FBE25F /* NewConversationVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8C44C428B49DDA00FBE25F /* NewConversationVC.swift */; };
|
|
|
|
7B8D5FC428332600008324D9 /* VisibleMessage+Reaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8D5FC328332600008324D9 /* VisibleMessage+Reaction.swift */; };
|
|
|
|
7B8D5FC428332600008324D9 /* VisibleMessage+Reaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8D5FC328332600008324D9 /* VisibleMessage+Reaction.swift */; };
|
|
|
@ -1239,6 +1240,7 @@
|
|
|
|
7B81682728B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = _007_HomeQueryOptimisationIndexes.swift; sourceTree = "<group>"; };
|
|
|
|
7B81682728B310D50069F315 /* _007_HomeQueryOptimisationIndexes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = _007_HomeQueryOptimisationIndexes.swift; sourceTree = "<group>"; };
|
|
|
|
7B81682928B6F1420069F315 /* ReactionResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionResponse.swift; sourceTree = "<group>"; };
|
|
|
|
7B81682928B6F1420069F315 /* ReactionResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionResponse.swift; sourceTree = "<group>"; };
|
|
|
|
7B81682B28B72F480069F315 /* PendingChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingChange.swift; sourceTree = "<group>"; };
|
|
|
|
7B81682B28B72F480069F315 /* PendingChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingChange.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
7B81FB582AB01AA8002FB267 /* LoadingIndicatorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingIndicatorView.swift; sourceTree = "<group>"; };
|
|
|
|
7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionHostingViewController.swift; sourceTree = "<group>"; };
|
|
|
|
7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionHostingViewController.swift; sourceTree = "<group>"; };
|
|
|
|
7B8C44C428B49DDA00FBE25F /* NewConversationVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewConversationVC.swift; sourceTree = "<group>"; };
|
|
|
|
7B8C44C428B49DDA00FBE25F /* NewConversationVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewConversationVC.swift; sourceTree = "<group>"; };
|
|
|
|
7B8D5FC328332600008324D9 /* VisibleMessage+Reaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "VisibleMessage+Reaction.swift"; sourceTree = "<group>"; };
|
|
|
|
7B8D5FC328332600008324D9 /* VisibleMessage+Reaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "VisibleMessage+Reaction.swift"; sourceTree = "<group>"; };
|
|
|
@ -2697,6 +2699,7 @@
|
|
|
|
7B2561C329874851005C086C /* SessionCarouselView+Info.swift */,
|
|
|
|
7B2561C329874851005C086C /* SessionCarouselView+Info.swift */,
|
|
|
|
7B3A3933298882D6002FE4AC /* SessionCarouselViewDelegate.swift */,
|
|
|
|
7B3A3933298882D6002FE4AC /* SessionCarouselViewDelegate.swift */,
|
|
|
|
7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */,
|
|
|
|
7B8914762A7CAAE200A4C627 /* SessionHostingViewController.swift */,
|
|
|
|
|
|
|
|
7B81FB582AB01AA8002FB267 /* LoadingIndicatorView.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = Shared;
|
|
|
|
path = Shared;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -6141,6 +6144,7 @@
|
|
|
|
7BD976972A776C76001B466F /* SessionCarouselView+SwiftUI.swift in Sources */,
|
|
|
|
7BD976972A776C76001B466F /* SessionCarouselView+SwiftUI.swift in Sources */,
|
|
|
|
B8041A9525C8FA1D003C2166 /* MediaLoaderView.swift in Sources */,
|
|
|
|
B8041A9525C8FA1D003C2166 /* MediaLoaderView.swift in Sources */,
|
|
|
|
45F32C232057297A00A300D5 /* MediaPageViewController.swift in Sources */,
|
|
|
|
45F32C232057297A00A300D5 /* MediaPageViewController.swift in Sources */,
|
|
|
|
|
|
|
|
7B81FB5A2AB01B17002FB267 /* LoadingIndicatorView.swift in Sources */,
|
|
|
|
7B9F71D42852EEE2006DFE7B /* Emoji+Name.swift in Sources */,
|
|
|
|
7B9F71D42852EEE2006DFE7B /* Emoji+Name.swift in Sources */,
|
|
|
|
4CA46F4C219CCC630038ABDE /* CaptionView.swift in Sources */,
|
|
|
|
4CA46F4C219CCC630038ABDE /* CaptionView.swift in Sources */,
|
|
|
|
C328253025CA55370062D0A7 /* ContextMenuWindow.swift in Sources */,
|
|
|
|
C328253025CA55370062D0A7 /* ContextMenuWindow.swift in Sources */,
|
|
|
|