add (almost certainly wrong) macos entitlements file
This is not currently used.
This commit is contained in:
parent
dbbb5c1748
commit
8feb520d8f
19
yaes.entitlements
Normal file
19
yaes.entitlements
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?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>
|
||||||
|
<key>com.apple.security.app-sandbox</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.security.device.usb</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.security.network.server</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.developer.driverkit.transport.usb</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>idVendor</key>
|
||||||
|
<integer>3285</integer>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
x
Reference in New Issue
Block a user