added plugin load entitlements

This commit is contained in:
Eugene Pankov 2019-07-18 15:25:52 +02:00
parent 35984ab66e
commit 4c2168b4b5
2 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

View File

@ -98,6 +98,7 @@
"artifactName": "terminus-${version}-macos.${ext}",
"hardenedRuntime": true,
"entitlements": "./build/mac/entitlements.plist",
"entitlementsInherit": "./build/mac/entitlements.plist",
"extendInfo": {
"NSRequiresAquaSystemAppearance": false
}