diff options
author | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-15 16:34:53 -0400 |
---|---|---|
committer | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-05-15 16:34:53 -0400 |
commit | 7f305aad1b80e28d15dda71ba62bec2e8eb9dac3 (patch) | |
tree | 83646fb52863bc1d6e02043a23fae2510cc5d734 | |
parent | 80908efdcb1f8d4deb35c0df65651cc96fae71ac (diff) | |
download | PrismLauncher-7f305aad1b80e28d15dda71ba62bec2e8eb9dac3.tar.gz PrismLauncher-7f305aad1b80e28d15dda71ba62bec2e8eb9dac3.tar.bz2 PrismLauncher-7f305aad1b80e28d15dda71ba62bec2e8eb9dac3.zip |
Add Allow DYLD Environment Variables Entitlement to macOS build
This allows the Steam overlay to be injected into Minecraft.
-rw-r--r-- | program_info/App.entitlements | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program_info/App.entitlements b/program_info/App.entitlements index 032308a1..b46e8ff2 100644 --- a/program_info/App.entitlements +++ b/program_info/App.entitlements @@ -4,6 +4,8 @@ <dict> <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> |