mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +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>
|
<dict>
|
||||||
<key>com.apple.security.cs.debugger</key>
|
<key>com.apple.security.cs.debugger</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
Loading…
Reference in New Issue
Block a user