electron 17 and fix macOS entitlements
This commit is contained in:
parent
0aa402b6aa
commit
fc7009b3db
2 changed files with 13 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
"build": {
|
"build": {
|
||||||
"electronVersion": "16.0.6",
|
"electronVersion": "16.0.6",
|
||||||
"electronDownload": {
|
"electronDownload": {
|
||||||
"version": "16.0.6+wvcus",
|
"version": "17.0.0-beta.1+wvcus",
|
||||||
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
||||||
},
|
},
|
||||||
"appId": "cider",
|
"appId": "cider",
|
||||||
|
|
12
resources/entitlements.mac.plist
Normal file
12
resources/entitlements.mac.plist
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue