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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@123834
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-07-26 Dan Bernstein <mitz@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 <keishi@webkit.org>
Implement ColorSuggestionPicker page popup
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>
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<PathRunnable
- FilePath = "/Applications/Safari.app">
+ FilePath = "/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment">
</PathRunnable>
<AdditionalOptions>
</AdditionalOptions>