Re: App with QuickLook Generator

2016-12-30 Thread Raglan T. Tiger
> On Dec 30, 2016, at 5:58 AM, Uli Kusterer  
> wrote:
> 
>  I guess Apple got around to sandboxing that process.


This statement seems confusing ... if Apple got around to:

Sandbox: QuickLookSatelli(985) deny file-read-data

why would this only apply to an older OS version, 10.9.5 but not apply to newer 
10.10.x and above versions?

I just sneed some clarification.


-rags
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: App with QuickLook Generator

2016-12-30 Thread Uli Kusterer
On 30 Dec 2016, at 00:28, Raglan T. Tiger  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 / x / 
> Documents / y / 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


App with QuickLook Generator

2016-12-29 Thread Raglan T. Tiger
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 / x / Documents 
/ y / 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)





-rags




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com