Question

We would like to change the folder name of the current app. If my app is called abcCalc, I have an abcCalc parent folder and which contains the abcCalc.xcodeproj file, and also an abcCalc subfolder that contains the .m files, the .h files, image files, and so on.

I would like to change this abcCalc subfolder (that contains the code and support files) to a different name.

Was it helpful?

Solution

To change a subfolder within an Xcode project, all you need to is go to your project's Navigator (list of files) and select the folder you want to change (it's on the left side of the Xcode project window). And on the right side of the project window you can bring up a "File Inspector".

The screen should look something like this:

Click on Folder you want to change

You can easily change the folder name by adjusting the field in "Group Name" in the File Inspector... or if you're more familiar with Xcode, double clicking on the selected folder name in the Navigator and change it there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top