Move all sharing components for FileProviderUIExt into a Sharing folder
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 30 Jul 2024 08:05:10 +0000 (16:05 +0800)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Thu, 12 Sep 2024 08:15:58 +0000 (10:15 +0200)
commit3c4d6bda2f48e8e289d3fdb26c5e89136c17d45a
tree3fb5bb8128ba424f83c5c77e541088feaa64a3b1
parentc79ca8ce71a317f2a31dcd14ce44b2dfde750d9b
Move all sharing components for FileProviderUIExt into a Sharing folder

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
19 files changed:
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareController.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareOptionsView.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.xib [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableViewDataSource.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewController.xib [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareViewDataSourceUIDelegate.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareeSuggestionsDataSource.swift [deleted file]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareController.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareOptionsView.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableItemView.xib [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareTableViewDataSource.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewController.xib [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareViewDataSourceUIDelegate.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Sharing/ShareeSuggestionsDataSource.swift [new file with mode: 0644]
shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj