Add file provider init code
authorClaudio Cambra <claudio.cambra@gmail.com>
Tue, 29 Mar 2022 13:00:59 +0000 (15:00 +0200)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 12 May 2023 05:21:06 +0000 (13:21 +0800)
commit9a86bb2be3a5f306f92c3ae118c3edee2e36be0b
tree5ec522cc08bc0c2428a946b78f9f07b134093edc
parent9b77da6569ec49b8a14db8f5df367a7948f34702
Add file provider init code

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
15 files changed:
.gitignore
shell_integration/MacOSX/CMakeLists.txt
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderEnumerator.swift [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderExt.entitlements [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderExtension.swift [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/FileProviderItem.swift [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FileProviderExt/Info.plist [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/Info.plist
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
src/gui/CMakeLists.txt
src/gui/fileprovider.h [new file with mode: 0644]
src/gui/fileprovider_mac.mm [new file with mode: 0644]
src/gui/main.cpp