21 Jul
2005
21 Jul
'05
12:57 a.m.
Greetings opensource developers. Tomorrow, Thursday 7/21, between 12:00 noon and 1:00 PM PST, the Webkit source tree will upgrade to XCode 2.1 project files. Since most of you are already using XCode 2.1, this shouldn't affect you. However, if you are still using XCode 2.0, you will need to upgrade to 2.1 before then. Once this upgrade takes place, you should remove your old build products directory and your old project file directories. A quick way to remove your old project file directories is: find . -name \*.pbproj | xargs rm -rf; find . -name \*.xcode | xargs rm -rf. Cheers, Geoff Garen