Browse Source

added plugin load entitlements

Eugene Pankov 6 years ago
parent
commit
4c2168b4b5
2 changed files with 3 additions and 0 deletions
  1. 2 0
      build/mac/entitlements.plist
  2. 1 0
      package.json

+ 2 - 0
build/mac/entitlements.plist

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

+ 1 - 0
package.json

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