*.xcode will find the old-style project files, which are the ones that should be deleted. New-style project files have the extension .xcodeproj. John On Jul 22, 2005, at 12:38 PM, Kurt Kohler wrote:
Shouldn't it be \*.xcodeproj rather than \*.xcode?
It's probably obvious to people who are more familiar with the command line than I am, but it slowed me down a bit.
Kurt Kohler
Geoffrey Garen wrote:
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
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev