Surfin’ Safari

WebKit is now on Xcode 2.1

Posted by Maciej Stachowiak on Monday, July 25th, 2005 at 3:22 pm

Safari/WebKit engineer Geoff Garen writes:

WebKit’s source tree has officially upgraded from XCode 2.0 to XCode 2.1 project files.

To hack on WebKit, you will need to install XCode 2.1.

If you’ve been hacking on WebKit, you should:

  1. Delete your old build products directory.
  2. Delete your old project file directories.
  3. Run update-webkit; build-webkit.

A quick way to delete your old project file directories is: find . -name \*.pbproj | xargs rm -rf; find . -name \*.xcode | xargs rm -rf. If you’ve already been using XCode 2.1, you should add: find. -name \*.xcodeproj | xargs rm -rf.

This should make life easier for those of you who have already using Xcode 2.1 to build.

Comments are closed.