Skip to content

Commit 6aa3e01

Browse files
author
Christopher Willis-Ford
committed
fix MAS build: add inherited entitlements
1 parent 434781e commit 6aa3e01

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
<key>com.apple.security.inherit</key>
8+
<true/>
9+
</dict>
10+
</plist>

electron-builder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mas:
1414
type: distribution
1515
category: public.app-category.education
1616
entitlements: buildResources/entitlements.plist
17+
entitlementsInherit: buildResources/entitlements.inherit.plist
1718
icon: buildResources/ScratchDesktop.icns
1819
win:
1920
icon: buildResources/ScratchDesktop.ico

0 commit comments

Comments
 (0)