Hello,
I using PrintDialogMBS to print an htmlview within an mac app. And I have added
the following sandbox entitlement to my app for printing:
<key>com.apple.security.print</key>
<true/>
I also have the other following entitlements:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.print</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
However When I test the app for sandbox violations the following PrintDialogMBS
gives several sandbox violations. This when selecting the PDF button menu from
the PrintDialogMBS window.
The violations include
deny file-write-data /Applications/Preview.app
deny authorization-right-obtain
deny file-write-data /
My question is PrintDialogMBS of the 13.0 MBS complete plugins, support
sandboxing? Or am I using the correct apple dialog for printing ?
Thank you for your time.
Cheers,
Obleo Beck
Obleo Productions LLC.
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info