ApplicationPath in organizer archive incorrect. How to fix?

In the info.plist of my archive under ApplicationProperties one finds ApplicationPath.

In there My file says:

Code Block
Applications/name(Test).app

It should read: (so that I can actualy uplaod as apple does not allow "()")

Code Block
Applications/name.app

How can I resolve this? the bundle ID and name are both name.
Accepted Answer
Solved:

Go to
Code Block
Build settings

then Packaging, change product name to what you want.

Hope this saves someone else time.
ApplicationPath in organizer archive incorrect. How to fix?
 
 
Q