hardened runtime for mas builds

This commit is contained in:
Kyle Spearrin 2019-10-08 13:59:23 -04:00
parent d60cbe5be4
commit a02726aad7
2 changed files with 5 additions and 3 deletions

View File

@ -150,9 +150,7 @@
},
"mas": {
"entitlements": "resources/entitlements.mas.plist",
"entitlementsInherit": "resources/entitlements.mas.inherit.plist",
"hardenedRuntime": false,
"asarUnpack": "*.node"
"entitlementsInherit": "resources/entitlements.mas.inherit.plist"
},
"nsisWeb": {
"oneClick": false,

View File

@ -8,5 +8,9 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>