Change iPhone binary name
Posted on November 21, 2009
When you submit a new app to Apple you have to ensure that your binary name doesn’t contain any spaces. To change the binary name access the target properties in Xcode. Under the “build” tab search for Product Name. This is the binary name.

To change the name shown below the app icon on the Springboard, open your Info.plist and change the value in the field named Bundle display name.
That’s it.

Nov 21, 2009
[...] This post was mentioned on Twitter by nicolinux, Spielhaus FTW!. Spielhaus FTW! said: Just a quick reminder how to change your binary name http://spielhaus-ftw.com/blog/2009/11/change-iphone-binary-name/ #iphonedev [...]