mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #10674 from OatmealDome/mac-steam-overlay
DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements
This commit is contained in:
commit
244e4acff2
@ -13,5 +13,8 @@
|
|||||||
<!-- This is needed to use adhoc signed linked libraries -->
|
<!-- This is needed to use adhoc signed linked libraries -->
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<!-- Allows the Steam overlay library to be injected into our process -->
|
||||||
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
<!-- This is needed to use adhoc signed linked libraries -->
|
<!-- This is needed to use adhoc signed linked libraries -->
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
<true/>
|
<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 -->
|
<!-- This is needed to attach a debugger to the process -->
|
||||||
<key>com.apple.security.get-task-allow</key>
|
<key>com.apple.security.get-task-allow</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
Loading…
Reference in New Issue
Block a user