Title: [114681] trunk/Websites/webkit.org
Revision
114681
Author
[email protected]
Date
2012-04-19 15:10:11 -0700 (Thu, 19 Apr 2012)

Log Message

Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
https://bugs.webkit.org/show_bug.cgi?id=84364

Reviewed by Eric Seidel.

As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
"Legacy".

* building/debug-mac-uiprocess.html:
* building/debug.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (114680 => 114681)


--- trunk/Websites/webkit.org/ChangeLog	2012-04-19 22:07:51 UTC (rev 114680)
+++ trunk/Websites/webkit.org/ChangeLog	2012-04-19 22:10:11 UTC (rev 114681)
@@ -1,3 +1,16 @@
+2012-04-19  Daniel Bates  <[email protected]>
+
+        Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
+        https://bugs.webkit.org/show_bug.cgi?id=84364
+
+        Reviewed by Eric Seidel.
+
+        As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
+        "Legacy".
+
+        * building/debug-mac-uiprocess.html:
+        * building/debug.html:
+
 2012-03-13  Rebecca Hauck  <[email protected]>
 
         Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details

Modified: trunk/Websites/webkit.org/building/debug-mac-uiprocess.html (114680 => 114681)


--- trunk/Websites/webkit.org/building/debug-mac-uiprocess.html	2012-04-19 22:07:51 UTC (rev 114680)
+++ trunk/Websites/webkit.org/building/debug-mac-uiprocess.html	2012-04-19 22:10:11 UTC (rev 114681)
@@ -8,7 +8,7 @@
 <ol>
 <li><p>Open the WebKit2 Xcode project</p></li>
 </ol>
-<p>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 Locations Specified by Targets.</p>
+<p>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.</p>
 <ol start="2">
 <li><p>Set the project's build products location</p>
 <p>To find the WebKit you built, Xcode needs to know the build products location that <code>build-webkit</code> used. You can set the build products location in the project's build settings editor.</p>

Modified: trunk/Websites/webkit.org/building/debug.html (114680 => 114681)


--- trunk/Websites/webkit.org/building/debug.html	2012-04-19 22:07:51 UTC (rev 114680)
+++ trunk/Websites/webkit.org/building/debug.html	2012-04-19 22:10:11 UTC (rev 114681)
@@ -5,7 +5,7 @@
 
 <div class="mac-instructions">
 <h2>Debugging on Mac OS X</h2>
-<p>Each WebKit component -- _javascript_Core, 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 Locations Specified by Targets.</p>
+<p>Each WebKit component -- _javascript_Core, 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.</p>
 <h3>Debugging UIProcess</h3>
 <p>Follow the instructions on the <a href="" UIProcess</a> page.</p>
 <h3>Debugging WebProcess</h3>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to