Skip to content

Commit

Permalink
Merge pull request atom#20469 from atom/fix-native-dependencies-fail-…
Browse files Browse the repository at this point in the history
…to-load-when-notarized

Fix native dependencies fail to load when notarized
  • Loading branch information
lkashef authored Mar 4, 2020
2 parents 6f47204 + 4139da8 commit 9ecd39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/mac/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 9ecd39a

Please sign in to comment.