source: webkit/trunk/Source/JavaScriptCore/allow-jit-macOS.entitlements@ 253443

Last change on this file since 253443 was 234576, checked in by [email protected], 7 years ago

Give the jsc shell the JIT entitlement
https://bugs.webkit.org/show_bug.cgi?id=188324
<rdar://problem/42885806>

Reviewed by Dan Bernstein.

This should help us in ensuring the system jsc is able to JIT.

  • Configurations/JSC.xcconfig:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • allow-jit-macOS.entitlements: Added.
File size: 241 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>com.apple.security.cs.allow-jit</key>
6 <true/>
7</dict>
8</plist>
Note: See TracBrowser for help on using the repository browser.