From 7a813c8779043ab83a5407664828928bb9ecd936 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford Date: Mon, 30 Mar 2020 12:12:34 -0700 Subject: [PATCH] bring back entitlements.mas.inherit.plist This seems to be necessary to work around an issue: https://github.com/electron/electron-osx-sign/issues/192 --- buildResources/entitlements.mas.inherit.plist | 10 ++++++++++ electron-builder.yaml | 1 + 2 files changed, 11 insertions(+) create mode 100644 buildResources/entitlements.mas.inherit.plist diff --git a/buildResources/entitlements.mas.inherit.plist b/buildResources/entitlements.mas.inherit.plist new file mode 100644 index 0000000..8c3993f --- /dev/null +++ b/buildResources/entitlements.mas.inherit.plist @@ -0,0 +1,10 @@ + + + + +com.apple.security.app-sandbox + +com.apple.security.inherit + + + diff --git a/electron-builder.yaml b/electron-builder.yaml index 0bfb5ea..7382f39 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -23,6 +23,7 @@ mac: mas: category: public.app-category.education entitlements: buildResources/entitlements.mas.plist + entitlementsInherit: buildResources/entitlements.mas.inherit.plist icon: buildResources/ScratchDesktop.icns win: icon: buildResources/ScratchDesktop.ico