Skip to content

how to disable-library-validation #5427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Jpn-stack opened this issue Nov 18, 2020 · 2 comments
Closed

how to disable-library-validation #5427

Jpn-stack opened this issue Nov 18, 2020 · 2 comments
Labels

Comments

@Jpn-stack
Copy link

  • Version:
  • Electron Version:
  • Electron Type (current, beta, nightly):
  • Target:
@mmaietta
Copy link
Collaborator

mmaietta commented Dec 2, 2020

https://www.electron.build/configuration/mac

entitlements String - The path to entitlements file for signing the app. build/entitlements.mac.plist will be used if exists (it is a recommended way to set). MAS entitlements is specified in the mas.

Example entitlements.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
    <true/>
    <key>com.apple.security.cs.disable-library-validation</key>
    <true/>
    <key>com.apple.security.cs.allow-dyld-environment-variables</key>
    <false/>
  </dict>
</plist>

@stale
Copy link

stale bot commented Feb 2, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants