Should sign the jsc binary
https://bugs.webkit.org/show_bug.cgi?id=72332
Reviewed by David Kilzer.
* Configurations/JSC.xcconfig:
* entitlements.plist: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@100223 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/entitlements.plist b/Source/JavaScriptCore/entitlements.plist
new file mode 100644
index 0000000..9a1d0fb
--- /dev/null
+++ b/Source/JavaScriptCore/entitlements.plist
@@ -0,0 +1,8 @@
+<?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>dynamic-codesigning</key>
+ <true/>
+</dict>
+</plist>