Skip to content

Commit 99040d1

Browse files
authored
Merge pull request scratchfoundation#95 from cwillisf/fix-mas-electron-6
Fix mas electron 6
2 parents 0752628 + 6aa3e01 commit 99040d1

File tree

4 files changed

+633
-247
lines changed

4 files changed

+633
-247
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)