There are some pretty horrible instructions out there for renaming projects in Xcode. Is there no easy way to do this?
相关问题
- Change Maven-driven project based on Vaadin 11 to
- Get C/C++ project support back with MonoDevelop 4.
- Apple PrefPane example fails to build with clang e
- Visual Studio 2013 shows empty project properties
- When do I split my project to multiple C files? (g
相关文章
- Generate code for core data attributes in xcode 4
- UITableViewController Background Image
- Visual Studio Solution — Any way to create a “spec
- React/RCTBridgeDelegate.h' file not found
- Can't Rename Files In Xcode 4 Anymore?
- Visual Studio F# project: Can't have two folde
- How do I navigate through a method call hierarchy
- can't find info.plist in xcode 4
In the menu bar choose
Project -> Rename...
It'll do all the hard work for you and rename everything that needs renaming apart from the folder that the project is in.
In XCode 4, select the project name at the top of the documents list on the left and hit enter, rename it, and then XCode will show you a list of files that will be altered, as well as allowing you to take a snapshot.
In Xcode 4 try this:
⌘+1, click the blue node with the project name, wait a second, click again (the name becomes editable). That's it.