0

I've developed an iPhone app but found out that I can't userhe ne I've been working with for my project. Is it possible to rename my app in XCode or so I have to go through a bunch of te source files and do it manually?

BrooonoH
  • 5
  • 1
  • 2

3 Answers3

8

See "Rename" under the Project menu in Xcode.

Nimrod
  • 5,168
  • 1
  • 25
  • 39
1

Project >> Rename...

only available in XCode 3.2 or newer (so you need Snow Leopard to use this feature)

You still have to rename the folder your project is in manually though!

Matt
  • 1,143
  • 1
  • 11
  • 19
  • Rename a folder??? Oh noes! Obviously there's no excuse for not having upgraded to Snow Leopard by now.... – Nimrod Jan 08 '10 at 23:52
  • XCode 3.2 renames everything but not the folder the project is in. I think this is appropriate behavior in this case! Not a big deal. – Matt Jan 08 '10 at 23:54
0

You can rename just the .xcodeproj file to change the name in the finder. To change the name that appears on the phone, you need to go to the Target Info (right-click on the target in the file tree on the left) and change the Product Name. If you've modified your info.plist, you may need to change it there as well.

Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172