Merge pull request #95 from cwillisf/fix-mas-electron-6

Fix mas electron 6
This commit is contained in:
Chris Willis-Ford 2020-01-15 15:38:07 -08:00 committed by GitHub
commit 99040d1771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 639 additions and 253 deletions

View 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>

View file

@ -14,6 +14,7 @@ mas:
type: distribution
category: public.app-category.education
entitlements: buildResources/entitlements.plist
entitlementsInherit: buildResources/entitlements.inherit.plist
icon: buildResources/ScratchDesktop.icns
win:
icon: buildResources/ScratchDesktop.ico

879
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@
"babel-plugin-react-intl": "^2.3.1",
"copy-webpack-plugin": "^4.6.0",
"electron": "^6.1.7",
"electron-builder": "^20.44.4",
"electron-builder": "^22.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-store": "^3.3.0",
"electron-webpack": "^2.7.4",