From fc7009b3db4bc7e7bdb4c6127ec3f9da32f72c06 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Sat, 8 Jan 2022 22:51:10 -0600 Subject: [PATCH] electron 17 and fix macOS entitlements --- package.json | 2 +- resources/entitlements.mac.plist | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 resources/entitlements.mac.plist diff --git a/package.json b/package.json index ba6be5af..f747426b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/resources/entitlements.mac.plist b/resources/entitlements.mac.plist new file mode 100644 index 00000000..8fff4988 --- /dev/null +++ b/resources/entitlements.mac.plist @@ -0,0 +1,12 @@ + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.allow-dyld-environment-variables + + +