Re: App with QuickLook Generator
Re: App with QuickLook Generator
- Subject: Re: App with QuickLook Generator
- From: Uli Kusterer <email@hidden>
- Date: Fri, 30 Dec 2016 13:58:25 +0100
On 30 Dec 2016, at 00:28, Raglan T. Tiger <email@hidden> wrote:
> I have a QL Generator in y App Bundle ... been there since, we'll, a long time. The ql generator needs to read a file to get some instructions. The sea always worked fine.
>
> Now building with 10.11 SDK on XC 7.3.1the ql generator is denied reading the instruction file on OS X version 10.9.5 with this message:
>
> Sandbox: QuickLookSatelli(985) deny file-read-data / Users / xxxxx / Documents / yyyyy / dict.plist
>
> This does not occur on 10.11.x or 10.12.1 and never occurred before building as described above.
>
> So, what am I missing re:Sandbox (even though the app is not sandboxed)
QuickLook importers are plugins loaded into a QuickLook system process running in the background, not in your app. I guess Apple got around to sandboxing that process. I don't know if there is any documentation (haven't worked on a QuickLook importer in years), but I'd try properly adding sandboxing entitlements to your importer and seeing if that fixes things, as if it was a standalone app.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden