Skip to content

Commit

Permalink
bring back entitlements.mas.inherit.plist
Browse files Browse the repository at this point in the history
This seems to be necessary to work around an issue:
electron/osx-sign#192
  • Loading branch information
Christopher Willis-Ford committed Mar 31, 2020
1 parent fdd7a84 commit 7a813c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildResources/entitlements.mas.inherit.plist
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a813c8

Please sign in to comment.