How do I completely rename an Xcode project (i.e. inclusive of folders)?

I have a project named XXX. I want to rename this project to YYY. Note that XXX is an extremely common term (for e.g. “data”, or simply “project”), and thus a simple RegEx search-and-replace is not possible, out of risk of corrupting the project configuration files. My current project directory contains the following items: XXX … Read more