Anyone have any idea how to use xcode's build rules to swap out the icon file and application name depending on the appid?
I'm building multiple apps that all build from the same binary. I'm hoping to have the icon and app name be dependent on the appid or something of this nature.
Does anyone have an good resources on xcode build scripts or care to offer some advice on this issue? Expert needed!