nextcloud-desktop/shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj
Jocelyn Turcotte 5e657aadee Fix Finder crashing when showing the context menu on OS X <= 10.9
OwnCloudFinderRequestManager::_shareMenuTitle was not retained anymore
after the FinderSync refactoring which would cause it to contain any
kind of garbage value for some reason.

Fix the issue by also enabling ARC for RequestManager.m.
We can't enable ARC for the whole project since Finder.h is included
by many .m files and it's not trivial to port to ARC.
2015-09-09 17:45:24 +02:00
..
project.xcworkspace OS X: Rename LiferayNativity code for shell icons 2014-08-18 12:57:29 +02:00
xcuserdata/guruz.xcuserdatad/xcschemes OS X: Rename LiferayNativity code for shell icons 2014-08-18 12:57:29 +02:00
project.pbxproj Fix Finder crashing when showing the context menu on OS X <= 10.9 2015-09-09 17:45:24 +02:00