Re: Release build wrong executable name, but debug build it correct

2008-09-30 Thread David
I was looking under the project properties not under target properties. Product name was set to the old value. Thanks! On Tue, Sep 30, 2008 at 5:16 PM, Mark Dawson <[EMAIL PROTECTED]> wrote: > > On Tuesday, September 30, 2008, at 01:09PM, "Nick Zitzmann" <[EMAIL > PROTECTED]> wrote: >> >>On Sep

Re: Release build wrong executable name, but debug build it correct

2008-09-30 Thread Mark Dawson
On Tuesday, September 30, 2008, at 01:09PM, "Nick Zitzmann" <[EMAIL PROTECTED]> wrote: > >On Sep 30, 2008, at 2:02 PM, David wrote: > >> Except that it only does it for a debug build. For the release build >> it reverted back to the old name. >> >> What gives? I can't figure out why its doing th

Re: Release build wrong executable name, but debug build it correct

2008-09-30 Thread Nick Zitzmann
On Sep 30, 2008, at 2:02 PM, David wrote: Except that it only does it for a debug build. For the release build it reverted back to the old name. What gives? I can't figure out why its doing this. Are you sure you have your product name in sync across configurations? In the target's build

Release build wrong executable name, but debug build it correct

2008-09-30 Thread David
I changed my applciation name after I created my XCode project. I was able to change the appropriate values to get the build to generate the correct new name for the executable. Except that it only does it for a debug build. For the release build it reverted back to the old name. What gives? I ca