Skip to content

Commit 7a813c8

Browse files
author
Christopher Willis-Ford
committed
bring back entitlements.mas.inherit.plist
This seems to be necessary to work around an issue: electron/osx-sign#192
1 parent fdd7a84 commit 7a813c8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
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

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ mac:
2323
mas:
2424
category: public.app-category.education
2525
entitlements: buildResources/entitlements.mas.plist
26+
entitlementsInherit: buildResources/entitlements.mas.inherit.plist
2627
icon: buildResources/ScratchDesktop.icns
2728
win:
2829
icon: buildResources/ScratchDesktop.ico

0 commit comments

Comments
 (0)