electron 17 and fix macOS entitlements

This commit is contained in:
cryptofyre 2022-01-08 22:51:10 -06:00
parent 0aa402b6aa
commit fc7009b3db
2 changed files with 13 additions and 1 deletions

View file

@ -76,7 +76,7 @@
"build": {
"electronVersion": "16.0.6",
"electronDownload": {
"version": "16.0.6+wvcus",
"version": "17.0.0-beta.1+wvcus",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"appId": "cider",

View file

@ -0,0 +1,12 @@
<?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">
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<false/>
</dict>
</plist>