In article <C24BA645.DB20%linfeld@[EMAIL PROTECTED]
>,
Lou Infeld <linfeld@[EMAIL PROTECTED]
> wrote:
> I have a Carbon application that was built with Xcode 2.4.1. If I
rename
> the Application bundle or duplicate it, it will not launch. The message
is
> "You cannot open the application "X" because it may be damaged or
> incomplete". Is there a way of renaming such an application without
using
> Xcode to rebuild it with a different name?
Hi Lou,
Check your Info.plist file, and the name of the actual compiled code in
side Your.app/Contents/MacOS/ActualBinary
In addition, you'll need to go into the .nib and change any occurrences
of the name that, for example, occur in menu resources.
There are some programs to do it.


|