diff --git a/buildResources/entitlements.inherit.plist b/buildResources/entitlements.inherit.plist new file mode 100644 index 0000000..8c3993f --- /dev/null +++ b/buildResources/entitlements.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 e8ac6a4..aaf7c39 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -14,6 +14,7 @@ mas: type: distribution category: public.app-category.education entitlements: buildResources/entitlements.plist + entitlementsInherit: buildResources/entitlements.inherit.plist icon: buildResources/ScratchDesktop.icns win: icon: buildResources/ScratchDesktop.ico