Add allow-jit entitlement from electron-builder defaults

pull/12377/head
J. Ryan Stinnett 2020-02-13 15:02:22 +00:00
parent 2c0968e40e
commit 51f2afb7b7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
Latest electron-builder does, but it appears to be causing issues:
(https://github.com/electron-userland/electron-builder/issues/4390)
-->
<!-- https://github.com/electron/electron-notarize#prerequisites -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->