2021-11-08 10:44:05 -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.device.camera</key>
|
|
|
|
<true/>
|
2022-01-25 11:56:34 -05:00
|
|
|
<key>com.apple.security.device.audio-input</key>
|
2021-11-08 10:44:05 -05:00
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
|
|
<true/>
|
2022-01-25 11:56:34 -05:00
|
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
|
|
<true/>
|
2022-02-03 17:20:42 -05:00
|
|
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
|
|
<true/>
|
2021-11-08 10:44:05 -05:00
|
|
|
</dict>
|
|
|
|
</plist>
|