Changeset 123834 in webkit


Ignore:
Timestamp:
Jul 26, 2012, 8:24:09 PM (13 years ago)
Author:
mitz@apple.com
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:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r123833 r123834  
     12012-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
    1132012-07-26  Keishi Hattori  <keishi@webkit.org>
    214
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme

    r116257 r123834  
    155155         </CommandLineArgument>
    156156         <CommandLineArgument
    157             argument = "-client-executable /Applications/Safari.app/Contents/MacOS/Safari"
     157            argument = "-client-executable /Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment"
    158158            isEnabled = "YES">
    159159         </CommandLineArgument>
  • trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme

    r116257 r123834  
    128128      allowLocationSimulation = "YES">
    129129      <PathRunnable
    130          FilePath = "/Applications/Safari.app">
     130         FilePath = "/Applications/Safari.app/Contents/MacOS/SafariForWebKitDevelopment">
    131131      </PathRunnable>
    132132      <AdditionalOptions>
Note: See TracChangeset for help on using the changeset viewer.