Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable macOS app sandbox via entitlements #1730

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from
Next Next commit
Remove stale macos entitlement
Signed-off-by: Michael Telatynski <[email protected]>
t3chguy committed Jun 17, 2024
commit 776a275fc3e645d8176f7500af367c26bf578780
3 changes: 1 addition & 2 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -12,8 +12,7 @@
<!-- 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 -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>