bring back entitlements.mas.inherit.plist

This seems to be necessary to work around an issue:
https://github.com/electron/electron-osx-sign/issues/192
This commit is contained in:
Christopher Willis-Ford 2020-03-30 12:12:34 -07:00
parent fdd7a8463f
commit 7a813c8779
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?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/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>

View file

@ -23,6 +23,7 @@ mac:
mas:
category: public.app-category.education
entitlements: buildResources/entitlements.mas.plist
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
icon: buildResources/ScratchDesktop.icns
win:
icon: buildResources/ScratchDesktop.ico