Merge pull request #20351 from atom/add-notarization-macos

Fix startup issue after notarization
This commit is contained in:
Mazen El-Kashef 2020-01-24 11:45:12 -05:00 committed by GitHub
commit fcb154c7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>