Skip to content

Commit

Permalink
build: update mac entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Mar 27, 2024
1 parent 79fc1c6 commit 4d0a7df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entitlements/entitlements.mac.plist
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- As per https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/templates/entitlements.mac.plist -->
<dict>
<!-- 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/>
</dict>
</plist>

0 comments on commit 4d0a7df

Please sign in to comment.