From 634a0be6f7d1667f145aa2776c26d52f4154350b Mon Sep 17 00:00:00 2001 From: karliss Date: Sun, 20 Oct 2024 11:31:07 +0300 Subject: [PATCH] Allow loading user compiled plugins. (#3385) Allow loading user compiled plugins. By default macOS only allows loading stuff signed by Apple or the same team. --- dist/macos/Entitlements.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/macos/Entitlements.plist b/dist/macos/Entitlements.plist index 67836f48c..a90941adc 100644 --- a/dist/macos/Entitlements.plist +++ b/dist/macos/Entitlements.plist @@ -4,5 +4,7 @@ com.apple.security.cs.debugger + com.apple.security.cs.disable-library-validation + \ No newline at end of file