mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 02:46:19 +00:00
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:
parent
b11c443a4d
commit
634a0be6f7
2
dist/macos/Entitlements.plist
vendored
2
dist/macos/Entitlements.plist
vendored
@ -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>
|
Loading…
Reference in New Issue
Block a user