fix MAS build: add inherited entitlements

This commit is contained in:
Christopher Willis-Ford 2020-01-15 15:15:22 -08:00
parent 434781e89b
commit 6aa3e013ec
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

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