From 1d0e3bc98e7e0aa87b3c8d8d8920f7ad5249b027 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 30 Jul 2024 16:05:10 +0800 Subject: [PATCH] Move all sharing components for FileProviderUIExt into a Sharing folder Signed-off-by: Claudio Cambra --- .../{ => Sharing}/ShareController.swift | 0 .../{ => Sharing}/ShareOptionsView.swift | 0 .../{ => Sharing}/ShareTableItemView.swift | 0 .../{ => Sharing}/ShareTableItemView.xib | 0 .../ShareTableViewDataSource.swift | 0 .../{ => Sharing}/ShareViewController.swift | 0 .../{ => Sharing}/ShareViewController.xib | 0 .../ShareViewDataSourceUIDelegate.swift | 0 .../ShareeSuggestionsDataSource.swift | 0 .../project.pbxproj | 26 ++++++++++++------- 10 files changed, 17 insertions(+), 9 deletions(-) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareController.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareOptionsView.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareTableItemView.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareTableItemView.xib (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareTableViewDataSource.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareViewController.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareViewController.xib (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareViewDataSourceUIDelegate.swift (100%) rename shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/{ => Sharing}/ShareeSuggestionsDataSource.swift (100%) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareController.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareController.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareOptionsView.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareOptionsView.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.xib b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.xib similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.xib rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.xib diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableViewDataSource.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableViewDataSource.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableViewDataSource.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableViewDataSource.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.xib b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.xib similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.xib rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.xib diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewDataSourceUIDelegate.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewDataSourceUIDelegate.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewDataSourceUIDelegate.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewDataSourceUIDelegate.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift similarity index 100% rename from shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift rename to shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift diff --git a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj index 7162acf23..cc7bde0a6 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj +++ b/shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj @@ -280,6 +280,22 @@ path = Extensions; sourceTree = ""; }; + 537BD6772C58D0C400446ED0 /* Sharing */ = { + isa = PBXGroup; + children = ( + 5374FD432B95EE1400C78D54 /* ShareController.swift */, + 53651E452BBC0D9500ECAC29 /* ShareeSuggestionsDataSource.swift */, + 53FE14662B8F78B6006C4193 /* ShareOptionsView.swift */, + 53FE14582B8E3F6C006C4193 /* ShareTableItemView.swift */, + 531522812B8E01C6002E31BE /* ShareTableItemView.xib */, + 53FE144F2B8E0658006C4193 /* ShareTableViewDataSource.swift */, + 537630922B85F4B00026BFAB /* ShareViewController.swift */, + 537630902B85F4980026BFAB /* ShareViewController.xib */, + 53FE14642B8F6700006C4193 /* ShareViewDataSourceUIDelegate.swift */, + ); + path = Sharing; + sourceTree = ""; + }; 538E396827F4765000FA63D5 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -321,16 +337,8 @@ isa = PBXGroup; children = ( 5376307B2B85E2E00026BFAB /* Extensions */, + 537BD6772C58D0C400446ED0 /* Sharing */, 53B979802B84C81F002DA742 /* DocumentActionViewController.swift */, - 5374FD432B95EE1400C78D54 /* ShareController.swift */, - 53651E452BBC0D9500ECAC29 /* ShareeSuggestionsDataSource.swift */, - 53FE14662B8F78B6006C4193 /* ShareOptionsView.swift */, - 53FE14582B8E3F6C006C4193 /* ShareTableItemView.swift */, - 531522812B8E01C6002E31BE /* ShareTableItemView.xib */, - 53FE144F2B8E0658006C4193 /* ShareTableViewDataSource.swift */, - 537630922B85F4B00026BFAB /* ShareViewController.swift */, - 537630902B85F4980026BFAB /* ShareViewController.xib */, - 53FE14642B8F6700006C4193 /* ShareViewDataSourceUIDelegate.swift */, 53FE14572B8E3A7C006C4193 /* FileProviderUIExt.entitlements */, 53B979852B84C81F002DA742 /* Info.plist */, );