Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10674 from OatmealDome/mac-steam-overlay
DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements
  • Loading branch information
lioncash committed May 20, 2022
2 parents 8051c21 + 185188c commit 244e4ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinQt/DolphinEmu.entitlements
Expand Up @@ -13,5 +13,8 @@
<!-- 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>
3 changes: 3 additions & 0 deletions Source/Core/DolphinQt/DolphinEmuDebug.entitlements
Expand Up @@ -13,6 +13,9 @@
<!-- 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/>
Expand Down

0 comments on commit 244e4ac

Please sign in to comment.