shell/macos: Remove legacy (< 10.10) overlay icons
authorJocelyn Turcotte <jturcotte@woboq.com>
Tue, 4 Jul 2017 17:26:57 +0000 (13:26 -0400)
committerChristian Kamm <mail@ckamm.de>
Fri, 7 Jul 2017 08:49:51 +0000 (10:49 +0200)
commit3b20684dc791d1c8c6034e95a0e4b65d722bcfc0
treea9ed192f0902402aa209109eaae0a7cb953756f2
parentb6db9789ee2919b21d9080e99e7563cbc7821046
shell/macos: Remove legacy (< 10.10) overlay icons

Having to update the plugins to add a submenu in the context menu,
it's more cost-effective to remove support for legacy macOS versions
than implementing and testing this setup.
50 files changed:
admin/osx/macosx.pkgproj
admin/osx/pre_install.sh.cmake
shell_integration/MacOSX/CMakeLists.txt
shell_integration/MacOSX/OwnCloud.xcworkspace/contents.xcworkspacedata
shell_integration/MacOSX/OwnCloudFinder/ContentManager.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/ContentManager.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/ContextMenuHandlers.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/ContextMenuHandlers.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/ContextMenuHandlers.m.unc [deleted file]
shell_integration/MacOSX/OwnCloudFinder/English.lproj/InfoPlist.strings [deleted file]
shell_integration/MacOSX/OwnCloudFinder/Finder/Finder.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/FinderHook.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/FinderHook.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/FinishedIconCache.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/FinishedIconCache.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/IconCache.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/IconCache.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/IconOverlayHandlers.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/IconOverlayHandlers.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/Info.plist [deleted file]
shell_integration/MacOSX/OwnCloudFinder/MenuManager.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/MenuManager.m [deleted file]
shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj [deleted file]
shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.xcworkspace/contents.xcworkspacedata [deleted file]
shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/xcuserdata/guruz.xcuserdatad/xcschemes/xcschememanagement.plist [deleted file]
shell_integration/MacOSX/OwnCloudFinder/RequestManager.h [deleted file]
shell_integration/MacOSX/OwnCloudFinder/RequestManager.m [deleted file]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/SyncClientProxy.h [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/FinderSyncExt/SyncClientProxy.m [new file with mode: 0644]
shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.pbxproj
shell_integration/MacOSX/OwnCloudInjector/English.lproj/InfoPlist.strings [deleted file]
shell_integration/MacOSX/OwnCloudInjector/Info.plist [deleted file]
shell_integration/MacOSX/OwnCloudInjector/LNStandardVersionComparator.h [deleted file]
shell_integration/MacOSX/OwnCloudInjector/LNStandardVersionComparator.m [deleted file]
shell_integration/MacOSX/OwnCloudInjector/LNVersionComparisonProtocol.h [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.sdef [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.xcodeproj/project.pbxproj [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.xcodeproj/project.xcworkspace/contents.xcworkspacedata [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.xcodeproj/xcshareddata/xcschemes/SyncStateFinder.osax.xcscheme [deleted file]
shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.xcodeproj/xcuserdata/guruz.xcuserdatad/xcschemes/xcschememanagement.plist [deleted file]
shell_integration/MacOSX/OwnCloudInjector/license.txt [deleted file]
shell_integration/MacOSX/check.scpt [deleted file]
shell_integration/MacOSX/common/SyncClientProxy.h [deleted file]
shell_integration/MacOSX/common/SyncClientProxy.m [deleted file]
shell_integration/MacOSX/deploy.sh [deleted file]
shell_integration/MacOSX/load.scpt [deleted file]
shell_integration/MacOSX/loadPlugin.sh [deleted file]
shell_integration/MacOSX/unload.scpt [deleted file]
src/gui/owncloudgui.cpp