Title: [100223] trunk/Source/_javascript_Core
- Revision
- 100223
- Author
- [email protected]
- Date
- 2011-11-14 17:32:34 -0800 (Mon, 14 Nov 2011)
Log Message
Should sign the jsc binary
https://bugs.webkit.org/show_bug.cgi?id=72332
Reviewed by David Kilzer.
* Configurations/JSC.xcconfig:
* entitlements.plist: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (100222 => 100223)
--- trunk/Source/_javascript_Core/ChangeLog 2011-11-15 01:23:35 UTC (rev 100222)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-11-15 01:32:34 UTC (rev 100223)
@@ -1,3 +1,13 @@
+2011-11-14 Gavin Barraclough <[email protected]>
+
+ Should sign the jsc binary
+ https://bugs.webkit.org/show_bug.cgi?id=72332
+
+ Reviewed by David Kilzer.
+
+ * Configurations/JSC.xcconfig:
+ * entitlements.plist: Added.
+
2011-11-14 Filip Pizlo <[email protected]>
DFG's inline references to objects should be tracked
Modified: trunk/Source/_javascript_Core/Configurations/JSC.xcconfig (100222 => 100223)
--- trunk/Source/_javascript_Core/Configurations/JSC.xcconfig 2011-11-15 01:23:35 UTC (rev 100222)
+++ trunk/Source/_javascript_Core/Configurations/JSC.xcconfig 2011-11-15 01:32:34 UTC (rev 100223)
@@ -23,3 +23,5 @@
INSTALL_PATH = $(_javascript_CORE_FRAMEWORKS_DIR)/_javascript_Core.framework/Resources
PRODUCT_NAME = jsc;
+CODE_SIGN_ENTITLEMENTS = $(CODE_SIGN_ENTITLEMENTS_$(REAL_PLATFORM_NAME));
+CODE_SIGN_ENTITLEMENTS_iphoneos = entitlements.plist;
Added: trunk/Source/_javascript_Core/entitlements.plist (0 => 100223)
--- trunk/Source/_javascript_Core/entitlements.plist (rev 0)
+++ trunk/Source/_javascript_Core/entitlements.plist 2011-11-15 01:32:34 UTC (rev 100223)
@@ -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>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes