Skip to content

Commit

Permalink
Allow loading user compiled plugins. (#3385)
Browse files Browse the repository at this point in the history
Allow loading user compiled plugins.

By default macOS only allows loading stuff signed by Apple or the same team.
  • Loading branch information
karliss authored Oct 20, 2024
1 parent b11c443 commit 634a0be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/macos/Entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 634a0be

Please sign in to comment.