I've had a mac at work lately, and was amazed to see that Xcode would still find my latest project after I renamed its folder and moved it someplace else.
Now I understand that this is the result of a heavy infrastructure at work, but I was wondering if it would be possible to somehow come up with similar functionality for the rest of the Unix world ?
mv /path/to/project /new/path/to/projectwould it still find it? Or are you moving/renaming in Xcode? Most IDEs will be able to trivially change/rename/move project files and still find them just fine. – Falmarri Oct 14 '10 at 18:13