Title: [146586] trunk
- Revision
- 146586
- Author
- [email protected]
- Date
- 2013-03-22 03:34:33 -0700 (Fri, 22 Mar 2013)
Log Message
Cannot run All Source (target WebProcess) on Xcode.
https://bugs.webkit.org/show_bug.cgi?id=111042
Patch by Yuki Sekiguchi <[email protected]> on 2013-03-22
Reviewed by Alexey Proskuryakov.
WebProcessShim is renamed by r139066.
However, WebProcessShim is not renamed to SecItemShim in WebKit.xcworkspace.
This make WebProcess.app load WebProcessShim.dylib, and it cause dyld loading error.
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Renamed WebProcessShim to SecItemShim.
Modified Paths
Diff
Modified: trunk/ChangeLog (146585 => 146586)
--- trunk/ChangeLog 2013-03-22 10:08:55 UTC (rev 146585)
+++ trunk/ChangeLog 2013-03-22 10:34:33 UTC (rev 146586)
@@ -1,3 +1,16 @@
+2013-03-22 Yuki Sekiguchi <[email protected]>
+
+ Cannot run All Source (target WebProcess) on Xcode.
+ https://bugs.webkit.org/show_bug.cgi?id=111042
+
+ Reviewed by Alexey Proskuryakov.
+
+ WebProcessShim is renamed by r139066.
+ However, WebProcessShim is not renamed to SecItemShim in WebKit.xcworkspace.
+ This make WebProcess.app load WebProcessShim.dylib, and it cause dyld loading error.
+
+ * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Renamed WebProcessShim to SecItemShim.
+
2013-03-21 Zan Dobersek <[email protected]>
[GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (146585 => 146586)
--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme 2013-03-22 10:08:55 UTC (rev 146585)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme 2013-03-22 10:34:33 UTC (rev 146586)
@@ -161,7 +161,7 @@
<EnvironmentVariables>
<EnvironmentVariable
key = "DYLD_INSERT_LIBRARIES"
- value = "$(BUILT_PRODUCTS_DIR)/WebProcessShim.dylib"
+ value = "$(BUILT_PRODUCTS_DIR)/SecItemShim.dylib"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes