Change name of iPhone app in Xcode 4
Posted
by
Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2011-02-18T15:23:42Z
Indexed on
2011/02/18
15:25 UTC
Read the original article
Hit count: 201
iphone
Hello!
I want to change the name which is displayed below the app icon on the iPhone screen. I use Xcode 4 and I have one target with keys:
- Bundle display name : ${PRODUCT_NAME}
- Bundle name : ${PRODUCT_NAME}
What I want, my project name is for example "test" but I want to have "MySuperApp".
So, where can I change it best? Is there a place where I can change ${PRODUCT_NAME}
?
Are there any other places where I have to change it?
Best Regards, Tim.
© Stack Overflow or respective owner