17 lines
755 B
XML
17 lines
755 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<!-- App Sandbox intentionally absent: ICCery must spawn Argyll tools,
|
|
read/write user-chosen working directories, and talk to lp/CUPS. -->
|
|
<key>com.apple.security.device.usb</key>
|
|
<true/>
|
|
<!-- Debug only: the shared ICCeryCore package framework embedded in the
|
|
test products is ad-hoc signed with no Team ID, so hardened-runtime
|
|
library validation kills the test host at launch (run 31992, #119).
|
|
Release uses ICCery.entitlements and links the package statically. -->
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|