Title: [123834] trunk
Revision
123834
Author
m...@apple.com
Date
2012-07-26 20:24:09 -0700 (Thu, 26 Jul 2012)

Log Message

When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
https://bugs.webkit.org/show_bug.cgi?id=92331

Reviewed by Mark Rowe.

Changed references to the Safari executable to the SafariForWebKitDevelopment binary.

* WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
* WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:

Modified Paths

Diff

Modified: trunk/ChangeLog (123833 => 123834)


--- trunk/ChangeLog	2012-07-27 03:21:46 UTC (rev 123833)
+++ trunk/ChangeLog	2012-07-27 03:24:09 UTC (rev 123834)
@@ -1,3 +1,15 @@
+2012-07-26  Dan Bernstein  <m...@apple.com>
+
+        When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
+        https://bugs.webkit.org/show_bug.cgi?id=92331
+
+        Reviewed by Mark Rowe.
+
+        Changed references to the Safari executable to the SafariForWebKitDevelopment binary.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
+
 2012-07-26  Keishi Hattori  <kei...@webkit.org>
 
         Implement ColorSuggestionPicker page popup

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (123833 => 123834)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme	2012-07-27 03:21:46 UTC (rev 123833)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme	2012-07-27 03:24:09 UTC (rev 123834)
@@ -154,7 +154,7 @@
             isEnabled = "YES">
          </CommandLineArgument>
          <CommandLineArgument
-            argument = "-client-executable /Applications/Safari.app/Contents/MacOS/Safari"
+            argument = "-client-executable /Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"
             isEnabled = "YES">
          </CommandLineArgument>
       </CommandLineArguments>

Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme (123833 => 123834)


--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2012-07-27 03:21:46 UTC (rev 123833)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme	2012-07-27 03:24:09 UTC (rev 123834)
@@ -127,7 +127,7 @@
       debugDocumentVersioning = "YES"
       allowLocationSimulation = "YES">
       <PathRunnable
-         FilePath = "/Applications/Safari.app">
+         FilePath = "/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment">
       </PathRunnable>
       <AdditionalOptions>
       </AdditionalOptions>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to