mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
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:
parent
fdd7a8463f
commit
7a813c8779
2 changed files with 11 additions and 0 deletions
10
buildResources/entitlements.mas.inherit.plist
Normal file
10
buildResources/entitlements.mas.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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue