GLBasic forum

Main forum => GLBasic - en => Topic started by: ggindlesperger on 2010-Aug-28

Title: How do I remove underscore?
Post by: ggindlesperger on 2010-Aug-28
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.
Title: Re: How do I remove underscore?
Post by: MrTAToad on 2010-Aug-28
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...
Title: Re: How do I remove underscore?
Post by: ggindlesperger on 2010-Aug-28
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.
Title: Re: How do I remove underscore?
Post by: MrTAToad on 2010-Aug-28
You can have spaces in shortcuts, but not in XCode project names - one of Apples many strange decisions :)