build: attempt to fix mas build by loginhelper stuff

This commit is contained in:
johannesjo 2025-11-09 18:59:55 +01:00
parent 2d2f6ea86b
commit bb7ddea7ed
3 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,8 @@
<?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.app-sandbox</key>
<true/>
</dict>
</plist>