summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-05-19 22:43:57 -0400
committerGitHub <noreply@github.com>2022-05-19 22:43:57 -0400
commit244e4acff2abb3698cea8b98841ddc2e054e7aa4 (patch)
treed87167b67916e64bca205d6bff89161fecc395df
parent8051c210281dbe795fc1d33840e8227061e49235 (diff)
parent185188c009ed5ee60b6ab0e36059d63edb9b859f (diff)
Merge pull request #10674 from OatmealDome/mac-steam-overlay
DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements
-rw-r--r--Source/Core/DolphinQt/DolphinEmu.entitlements3
-rw-r--r--Source/Core/DolphinQt/DolphinEmuDebug.entitlements3
2 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/DolphinEmu.entitlements b/Source/Core/DolphinQt/DolphinEmu.entitlements
index 50c57c58c1..f7cafadc62 100644
--- a/Source/Core/DolphinQt/DolphinEmu.entitlements
+++ b/Source/Core/DolphinQt/DolphinEmu.entitlements
@@ -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>
diff --git a/Source/Core/DolphinQt/DolphinEmuDebug.entitlements b/Source/Core/DolphinQt/DolphinEmuDebug.entitlements
index 6445fa77b9..597315d760 100644
--- a/Source/Core/DolphinQt/DolphinEmuDebug.entitlements
+++ b/Source/Core/DolphinQt/DolphinEmuDebug.entitlements
@@ -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/>