From 4f6d42cb5fcae62bbcd3f549d2f1b2f1959e79cc Mon Sep 17 00:00:00 2001 From: "dbates@webkit.org" Date: Tue, 24 Apr 2012 01:27:39 +0000 Subject: [PATCH] Explicitly mention Xcode version 4.3.2 in Mac debug instructions Rubber-stamped by Eric Seidel. The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html} are specific to Xcode 4.3.2. * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4". * building/debug.html: Ditto. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@114978 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/ChangeLog | 12 ++++++++++++ Websites/webkit.org/building/debug-mac-uiprocess.html | 2 +- Websites/webkit.org/building/debug.html | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index a4f42a7..c589b36 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,3 +1,15 @@ +2012-04-23 Daniel Bates + + Explicitly mention Xcode version 4.3.2 in Mac debug instructions + + Rubber-stamped by Eric Seidel. + + The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html} + are specific to Xcode 4.3.2. + + * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4". + * building/debug.html: Ditto. + 2012-04-19 Daniel Bates Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2 diff --git a/Websites/webkit.org/building/debug-mac-uiprocess.html b/Websites/webkit.org/building/debug-mac-uiprocess.html index 6a5fbcb..74d6c64 100644 --- a/Websites/webkit.org/building/debug-mac-uiprocess.html +++ b/Websites/webkit.org/building/debug-mac-uiprocess.html @@ -8,7 +8,7 @@
  1. Open the WebKit2 Xcode project

-

Note, the Xcode project file depends on the build location specified in the project itself. In Xcode 4, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Legacy.

+

Note, the Xcode project file depends on the build location specified in the project itself. In Xcode 4.3.2, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Legacy.

  1. Set the project's build products location

    To find the WebKit you built, Xcode needs to know the build products location that build-webkit used. You can set the build products location in the project's build settings editor.

    diff --git a/Websites/webkit.org/building/debug.html b/Websites/webkit.org/building/debug.html index 2370fcc..4d4331f 100644 --- a/Websites/webkit.org/building/debug.html +++ b/Websites/webkit.org/building/debug.html @@ -5,7 +5,7 @@

    Debugging on Mac OS X

    -

    Each WebKit component -- JavaScriptCore, WebCore, and WebKit2 -- contains its own Xcode project that depends on the build location specified in the project itself. In Xcode 4, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Legacy.

    +

    Each WebKit component -- JavaScriptCore, WebCore, and WebKit2 -- contains its own Xcode project that depends on the build location specified in the project itself. In Xcode 4.3.2, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Legacy.

    Debugging UIProcess

    Follow the instructions on the debugging UIProcess page.

    Debugging WebProcess

    -- 1.8.3.1