2018-12-13 05:05:00 -05:00
|
|
|
<?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/>
|
2020-05-13 20:14:14 -04:00
|
|
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
|
|
|
<true/>
|
2020-03-09 18:45:07 -04:00
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
<true/>
|
2020-01-16 11:41:54 -05:00
|
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
|
|
<true/>
|
2018-12-13 05:05:00 -05:00
|
|
|
<key>com.apple.security.device.audio-input</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.device.camera</key>
|
|
|
|
<true/>
|
2020-05-13 20:14:14 -04:00
|
|
|
<key>com.apple.security.device.microphone</key>
|
|
|
|
<true/>
|
2018-12-13 05:05:00 -05:00
|
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|