mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:24:44 +02:00
DolphinQt: Remove entitlements for Steam overlay
This commit is contained in:
@@ -13,8 +13,5 @@
|
||||
<!-- This is needed to use adhoc signed linked libraries -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<!-- Allows the Steam overlay library to be injected into our process -->
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@@ -13,9 +13,6 @@
|
||||
<!-- This is needed to use adhoc signed linked libraries -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<!-- Allows the Steam overlay library to be injected into our process -->
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||
<true/>
|
||||
<!-- This is needed to attach a debugger to the process -->
|
||||
<key>com.apple.security.get-task-allow</key>
|
||||
<true/>
|
||||
|
Reference in New Issue
Block a user