[webkit-dev] XCode 2.1 Migration
Geoffrey Garen
ggaren at apple.com
Wed Jul 20 17:57:18 PDT 2005
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
More information about the webkit-dev
mailing list