From bb7ddea7edb8f585aed4179022969b8208514e28 Mon Sep 17 00:00:00 2001 From: johannesjo Date: Sun, 9 Nov 2025 18:59:55 +0100 Subject: [PATCH] build: attempt to fix mas build by loginhelper stuff --- build/electron-builder.mas-dev.yaml | 1 + build/electron-builder.mas.yaml | 1 + build/entitlements.mas.loginhelper.plist | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 build/entitlements.mas.loginhelper.plist diff --git a/build/electron-builder.mas-dev.yaml b/build/electron-builder.mas-dev.yaml index f19d663a1..02da52378 100644 --- a/build/electron-builder.mas-dev.yaml +++ b/build/electron-builder.mas-dev.yaml @@ -32,4 +32,5 @@ mas: category: public.app-category.productivity entitlements: build/entitlements.mas.plist entitlementsInherit: build/entitlements.mas.inherit.plist + entitlementsLoginHelper: build/entitlements.mas.loginhelper.plist icon: build/icon-mac.icns diff --git a/build/electron-builder.mas.yaml b/build/electron-builder.mas.yaml index a9ae32333..808b4f5ab 100644 --- a/build/electron-builder.mas.yaml +++ b/build/electron-builder.mas.yaml @@ -30,4 +30,5 @@ mas: hardenedRuntime: false entitlements: build/entitlements.mas.plist entitlementsInherit: build/entitlements.mas.inherit.plist + entitlementsLoginHelper: build/entitlements.mas.loginhelper.plist provisioningProfile: embedded.provisionprofile diff --git a/build/entitlements.mas.loginhelper.plist b/build/entitlements.mas.loginhelper.plist new file mode 100644 index 000000000..852fa1a47 --- /dev/null +++ b/build/entitlements.mas.loginhelper.plist @@ -0,0 +1,8 @@ + + + + + com.apple.security.app-sandbox + + +