Changeset 123834 in webkit
- Timestamp:
- Jul 26, 2012, 8:24:09 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r123833 r123834 1 2012-07-26 Dan Bernstein <mitz@apple.com> 2 3 When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks 4 https://bugs.webkit.org/show_bug.cgi?id=92331 5 6 Reviewed by Mark Rowe. 7 8 Changed references to the Safari executable to the SafariForWebKitDevelopment binary. 9 10 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: 11 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: 12 1 13 2012-07-26 Keishi Hattori <keishi@webkit.org> 2 14 -
trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme
r116257 r123834 155 155 </CommandLineArgument> 156 156 <CommandLineArgument 157 argument = "-client-executable /Applications/Safari.app/Contents/MacOS/Safari "157 argument = "-client-executable /Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment" 158 158 isEnabled = "YES"> 159 159 </CommandLineArgument> -
trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme
r116257 r123834 128 128 allowLocationSimulation = "YES"> 129 129 <PathRunnable 130 FilePath = "/Applications/Safari.app ">130 FilePath = "/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"> 131 131 </PathRunnable> 132 132 <AdditionalOptions>
Note:
See TracChangeset
for help on using the changeset viewer.