-
Notifications
You must be signed in to change notification settings - Fork 0
/
Discord.entitlements
34 lines (34 loc) · 1.29 KB
/
Discord.entitlements
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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/>
<key>com.apple.security.device.microphone</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>com.apple.WebKit.WebContent</string>
<string>com.apple.WebKit.WebContent.Development</string>
<string>com.apple.WebKit.GPU</string>
<string>com.apple.WebKit.Networking</string>
</array>
<key>com.apple.security.temporary-exception.sbpl</key>
<array>
<string>(allow mach-lookup (global-name-regex #"^com.apple.WebKit.*))</string>
<string>(allow mach-lookup (global-name "com.apple.audio.AudioComponentRegistrar"))</string>
</array>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>