How do I remove underscore?

Previous topic - Next topic

ggindlesperger

Well this is probably very simple, but I can not seem to find the solution. How do I remove the underscore on an app with a space in the name. Example Space Invaders looks like Space_Invaders on the iPhone/iPod. I've tried changing it everwhere I can find in settings and things, but when I send it to the iPod it has the underscore.

Thanks much for any help.

MrTAToad

If I remember correctly, XCode doesn't like spaces for some reason - hence the need for an underscore.

You could replace it with - or run the words together...

ggindlesperger

Thanks for the reply. Other things on my iPod just have the space so I thought there may be something simple I was missing with GLBasic.

MrTAToad

You can have spaces in shortcuts, but not in XCode project names - one of Apples many strange decisions :)