Created
March 13, 2012 04:21
-
-
Save jrob00/2026705 to your computer and use it in GitHub Desktop.
Steps to renaming a project in xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps to renaming a project in xcode | |
- slowly double click the project name on the far left to rename it | |
- rename the folder directly beneath that | |
- duplicate the data directory in finder and name it as your new name | |
- click on that folder and click the icon on the far right under "Location" point the path to the new data directory | |
- go through build settings and rename any old project references that you see (2, I think) | |
- find and replace all the instances of project name in your new data directory with the new name (updating header info here) | |
- click on the scheme button to the right of the stop button and rename the scheme under 'manage the scheme' | |
- delete the old data directory; build and run to test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment