Revert "build: attempt to fix mas build by loginhelper stuff"

This reverts commit bb7ddea7ed.
This commit is contained in:
johannesjo 2025-11-09 19:42:30 +01:00
parent a8f9c9089d
commit 5c6b1ffc73
3 changed files with 0 additions and 10 deletions

View file

@ -32,5 +32,4 @@ 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,5 +30,4 @@ 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

@ -1,8 +0,0 @@
<?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>