revert hard runtime

This commit is contained in:
Kyle Spearrin 2019-10-14 10:50:46 -04:00
parent 1f0dc97573
commit c09d1c2e78
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -8,9 +8,5 @@
<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>