diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-16 20:06:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 20:06:34 +0200 |
commit | cf5c752dda685378c5ec1ec6227fc1507d04154a (patch) | |
tree | 0e0a3919b24e4e07d35ea9ac9f34a413f04dd09a /program_info/App.entitlements | |
parent | a67f3131e7585615d7d759963bfc7676d2728e67 (diff) | |
parent | 7f305aad1b80e28d15dda71ba62bec2e8eb9dac3 (diff) | |
download | PrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.tar.gz PrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.tar.bz2 PrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.zip |
Merge pull request #568 from kthchew/fix/mac-steam-overlay
Diffstat (limited to 'program_info/App.entitlements')
-rw-r--r-- | program_info/App.entitlements | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/program_info/App.entitlements b/program_info/App.entitlements index 1850b990..b46e8ff2 100644 --- a/program_info/App.entitlements +++ b/program_info/App.entitlements @@ -2,11 +2,13 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>com.apple.security.cs.disable-library-validation</key> - <true/> - <key>com.apple.security.device.audio-input</key> - <true/> - <key>com.apple.security.device.camera</key> - <true/> + <key>com.apple.security.cs.disable-library-validation</key> + <true/> + <key>com.apple.security.cs.allow-dyld-environment-variables</key> + <true/> + <key>com.apple.security.device.audio-input</key> + <true/> + <key>com.apple.security.device.camera</key> + <true/> </dict> </plist> |