From 4c8a13524d2e66412912b1f648e05a72dda6215b Mon Sep 17 00:00:00 2001 From: Grigory Entin Date: Thu, 15 Jun 2023 23:05:22 +0200 Subject: [PATCH] Relocated FolderList related stuff into a separate folder. --- .../Integration/BookmarkedURLProvider.swift | 0 .../Integration/FolderListView+Integration.swift | 0 .../Standalone/FolderListView+Preview.swift | 0 .../Standalone/FolderListView+SampleView.swift | 0 .../Standalone/FolderListView+Samples.swift | 0 .../Standalone/FolderListView+Snapshots.swift | 0 .../test.FolderListViewSample-many.@2x.png | Bin .../test.FolderListViewSample-none.@2x.png | Bin .../Standalone/FolderListView.swift | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename Targets/TMBuddy/Sources/{Content => FolderList}/Integration/BookmarkedURLProvider.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Integration/FolderListView+Integration.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+Preview.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+SampleView.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+Samples.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+Snapshots.swift (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-many.@2x.png (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-none.@2x.png (100%) rename Targets/TMBuddy/Sources/{Content => FolderList}/Standalone/FolderListView.swift (100%) diff --git a/Targets/TMBuddy/Sources/Content/Integration/BookmarkedURLProvider.swift b/Targets/TMBuddy/Sources/FolderList/Integration/BookmarkedURLProvider.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Integration/BookmarkedURLProvider.swift rename to Targets/TMBuddy/Sources/FolderList/Integration/BookmarkedURLProvider.swift diff --git a/Targets/TMBuddy/Sources/Content/Integration/FolderListView+Integration.swift b/Targets/TMBuddy/Sources/FolderList/Integration/FolderListView+Integration.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Integration/FolderListView+Integration.swift rename to Targets/TMBuddy/Sources/FolderList/Integration/FolderListView+Integration.swift diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Preview.swift b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Preview.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Preview.swift rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Preview.swift diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+SampleView.swift b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+SampleView.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+SampleView.swift rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+SampleView.swift diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Samples.swift b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Samples.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Samples.swift rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Samples.swift diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots.swift b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots.swift rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots.swift diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-many.@2x.png b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-many.@2x.png similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-many.@2x.png rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-many.@2x.png diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-none.@2x.png b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-none.@2x.png similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-none.@2x.png rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView+Snapshots/macOS-13.3/test.FolderListViewSample-none.@2x.png diff --git a/Targets/TMBuddy/Sources/Content/Standalone/FolderListView.swift b/Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView.swift similarity index 100% rename from Targets/TMBuddy/Sources/Content/Standalone/FolderListView.swift rename to Targets/TMBuddy/Sources/FolderList/Standalone/FolderListView.swift