Fix Finder crashing when showing the context menu on OS X <= 10.9
authorJocelyn Turcotte <jturcotte@woboq.com>
Wed, 9 Sep 2015 15:35:53 +0000 (17:35 +0200)
committerJocelyn Turcotte <jturcotte@woboq.com>
Wed, 9 Sep 2015 15:45:24 +0000 (17:45 +0200)
commit5e657aadeea9f856b6f1c3c7c8af94b13b16ac78
tree5c6e128f99c673d65c7f1582de05493b0761077e
parent98e6d61d1b5291dd2fb36dd481a324ff20b3392a
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.
shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj
shell_integration/MacOSX/OwnCloudFinder/RequestManager.m