From 185188c009ed5ee60b6ab0e36059d63edb9b859f Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Wed, 18 May 2022 13:48:31 -0400 Subject: [PATCH] DolphinQt: Add com.apple.security.cs.allow-dyld-environment-variables to entitlements --- Source/Core/DolphinQt/DolphinEmu.entitlements | 3 +++ Source/Core/DolphinQt/DolphinEmuDebug.entitlements | 3 +++ 2 files changed, 6 insertions(+) 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 @@ com.apple.security.cs.disable-library-validation + + com.apple.security.cs.allow-dyld-environment-variables + 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 @@ com.apple.security.cs.disable-library-validation + + com.apple.security.cs.allow-dyld-environment-variables + com.apple.security.get-task-allow