Skip to content

Commit

Permalink
fix(mac): Update entitlements.plist to be compliant with electron-not…
Browse files Browse the repository at this point in the history
…arize requirements (#4491)
  • Loading branch information
popod authored and develar committed Jan 16, 2020
1 parent 1f2865b commit 692091b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/app-builder-lib/templates/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<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>
</plist>

0 comments on commit 692091b

Please sign in to comment.