mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: attempt to fix mas build by loginhelper stuff
This commit is contained in:
parent
2d2f6ea86b
commit
bb7ddea7ed
3 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
8
build/entitlements.mas.loginhelper.plist
Normal file
8
build/entitlements.mas.loginhelper.plist
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue