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.
This commit is contained in:
karliss 2024-10-20 11:31:07 +03:00 committed by GitHub
parent b11c443a4d
commit 634a0be6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.cs.debugger</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>