English 中文(简体)
How to rename a project in Xcode?
原标题:

There are some pretty horrible instructions out there for renaming projects in Xcode. Is there no easy way to do this?

最佳回答

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.

问题回答

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.





相关问题
Where in a virtualenv does the custom code go?

What sort of directory structure should one follow when using virtualenv? For instance, if I were building a WSGI application and created a virtualenv called foobar I would start with a directory ...

VIM VTreeExplorer plugin (IDE style browsing for VIM)

I ve looked at a number of the IDE style file explorer / management plugins for VIM. The most popular one seems to be Project, but I ve never got on well with it. Specifically, having to always ...

Solitaire game design [closed]

I want to build a solitaire game in C++ for my project. Here s what I have come up with: Card class Properties/members: Suit,Rank,Color(All of these can be enums) Actions/Functions: Flip card, ...

How to set output path in a Qt project

After building, Qt Creator puts my output exe in folder "Debug". I want to change the output folder by adding output path to the .pro file. Any idea?

tfs project alerts

the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out. Is there a way i can create a new ...

How do I split a large MFC project into smaller projects

We have a large MFC/C++ Visual Studio 2005 solution which currently consists of two projects: Code (around 1500 .h/.cpp files, linked dynamically to MFC) Resource DLL (we translate the resources ...

热门标签