Re: renaming executable files

2009-06-23 Thread Mr. George Warner
On Jun 23, 2009, at 12:40 AM, Jens Miltner wrote: Am 22.06.2009 um 19:22 schrieb Mr. George Warner: On Sun, 21 Jun 2009 06:47:26 -0700 (PDT), Angelo Chen > wrote: > I need to rename the executable file without renaming the project, how to do that? thanks

Re: renaming executable files

2009-06-23 Thread Jens Miltner
Am 22.06.2009 um 19:22 schrieb Mr. George Warner: On Sun, 21 Jun 2009 06:47:26 -0700 (PDT), Angelo Chen > wrote: > I need to rename the executable file without renaming the project, how to do that? thanks Interesting - I believe it should

re: renaming executable files

2009-06-22 Thread Mr. George Warner
On Sun, 21 Jun 2009 06:47:26 -0700 (PDT), Angelo Chen > wrote: > I need to rename the executable file without renaming the project, how to do that? thanks -- Enjoy, George Warner, Schizophrenic Optimization Scientist Apple Developer Technical

Re: renaming executable files

2009-06-21 Thread Filip van der Meeren
two approaches , all not working, still get the same name --- 2009年6月21日 星期日,Filip van der Meeren 寫道﹕ 寄件人: Filip van der Meeren 主題: Re: renaming executable files 收件人: "Angelo Chen" 副本(CC): cocoa-dev@lists.apple.com 日期: 2009年6月21日,星期日,下午9:51 Just change the name of the target

Re: renaming executable files

2009-06-21 Thread Angelo Chen
thanks for the reply, i tried two approaches , all not working, still get the same name --- 2009年6月21日 星期日,Filip van der Meeren 寫道﹕ 寄件人: Filip van der Meeren 主題: Re: renaming executable files 收件人: "Angelo Chen" 副本(CC): cocoa-dev@lists.apple.com 日期: 2009年6月21日,星期日,下午9:51 Just chang

Re: renaming executable files

2009-06-21 Thread Filip van der Meeren
Just change the name of the targetname, or get Info on the proper target, and change the executable name in the properties tab. Filip van der Meeren On 21 Jun 2009, at 15:47, Angelo Chen wrote: Hi, I need to rename the executable file without renaming the project, how to do that? thanks