mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-25 05:29:46 -05:00
fix MAS build: add inherited entitlements
This commit is contained in:
parent
434781e89b
commit
6aa3e013ec
2 changed files with 11 additions and 0 deletions
10
buildResources/entitlements.inherit.plist
Normal file
10
buildResources/entitlements.inherit.plist
Normal 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>
|
|
@ -14,6 +14,7 @@ mas:
|
||||||
type: distribution
|
type: distribution
|
||||||
category: public.app-category.education
|
category: public.app-category.education
|
||||||
entitlements: buildResources/entitlements.plist
|
entitlements: buildResources/entitlements.plist
|
||||||
|
entitlementsInherit: buildResources/entitlements.inherit.plist
|
||||||
icon: buildResources/ScratchDesktop.icns
|
icon: buildResources/ScratchDesktop.icns
|
||||||
win:
|
win:
|
||||||
icon: buildResources/ScratchDesktop.ico
|
icon: buildResources/ScratchDesktop.ico
|
||||||
|
|
Loading…
Reference in a new issue