What is the best way to rename the app so that the title below the app icon can have spaces but the build files doesn\'t have spaces. (ie, title is \"My Project\" and build
There should really be a caveat here. If you have shell scripts and other things dependent on the original app name, you may be committed to some extensive changes if you pursue the above solution. If you only want to change the display name, and only that, there's a Bundle display name under Info of your target under Custom iOS Target Properties.