summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/DolphinEmu.entitlements
blob: 50c57c58c12b4a26ebb50ec8aa80dbce43e989a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.cs.allow-jit</key>
	<true/>
	<!-- Needed for GameCube microphone emulation -->
	<key>com.apple.security.device.audio-input</key>
	<true/>
	<!-- TODO: It is likely this requirement is coming from Qt, but should confirm -->
  	<key>com.apple.security.automation.apple-events</key>
  	<true/>
	<!-- This is needed to use adhoc signed linked libraries -->
 	<key>com.apple.security.cs.disable-library-validation</key> 
  	<true/>
</dict>
</plist>