Fix startup issue after notarization

This commit is contained in:
Mazen El-Kashef 2020-01-24 09:58:27 -05:00
parent cd24d51ee1
commit b718e602ad
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>