mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Tighten macOS entitlements (#1731)
This commit is contained in:
parent
2018a51469
commit
04905a39a7
@ -9,11 +9,11 @@
|
|||||||
Latest electron-builder does, but it appears to be causing issues:
|
Latest electron-builder does, but it appears to be causing issues:
|
||||||
(https://github.com/electron-userland/electron-builder/issues/4390)
|
(https://github.com/electron-userland/electron-builder/issues/4390)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- https://github.com/electron/electron-notarize#prerequisites -->
|
<!-- https://github.com/electron/electron-notarize#prerequisites -->
|
||||||
<key>com.apple.security.cs.allow-jit</key>
|
<key>com.apple.security.cs.allow-jit</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
|
||||||
<true/>
|
|
||||||
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
|
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
|
||||||
<key>com.apple.security.cs.disable-library-validation</key>
|
<key>com.apple.security.cs.disable-library-validation</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
Loading…
Reference in New Issue
Block a user