Re: LSSharedFIleList API deprecated

2015-12-11 Thread Alan Snyder
> On Dec 9, 2015, at 5:04 PM, Dragan Milić wrote: > > Yeah, but I need to manage system-wide items, like favorites (found in > Finder’s sidebar), recent document (on system level, not my application > level), recent servers, etc. Finder still does that so I don’t really get the

Re: LSSharedFIleList API deprecated

2015-12-09 Thread Greg Weston
> I opened a radar a while back and got this answer: > > "Shared file lists are no longer supported. There is no exact replacement > API.” > “If you want to manage your recent documents list, you should use > NSDocumentController." > “If you want to run a background tool independent of your

Re: LSSharedFIleList API deprecated

2015-12-09 Thread Dragan Milić
On sre 09.12.2015., at 19.12, Greg Weston wrote: >> I opened a radar a while back and got this answer: >> >> "Shared file lists are no longer supported. There is no exact replacement >> API.” >> “If you want to manage your recent documents list, you should use >> NSDocumentController." >> “If

Re: LSSharedFIleList API deprecated

2015-12-08 Thread Nivek Research
I opened a radar a while back and got this answer: "Shared file lists are no longer supported. There is no exact replacement API.” “If you want to manage your recent documents list, you should use NSDocumentController." “If you want to run a background tool independent of your main application,