Basic question about bundleName [XCODE]

Im working with Juce on XCode 3.
I hardly manage to change the default “juce_application” for the bundle name…

If I put the new name in the InfoList, or If I change the Target name,
it does not change,
and moreover it makes cundle impossible to use out of XCode.

Hope you can help.

AA

To change the name of your bundle, you need to change the value of “Product Name” in the target settings.

I always run into this with xcode too - it’s stupid that there are about 3 different places that you can change the name, but only one of them actually makes any difference.