How to properly change executable name?
How to properly change executable name?
- Subject: How to properly change executable name?
- From: "Mac QA" <email@hidden>
- Date: Tue, 8 Jul 2008 05:07:17 -0400
Hi,
I have existing Cocoa apps that contain a space character in the
Product Name, e.g. "My Product.app." Thus inside the package contents
inside the MacOS folder the actual executable name is "My Product." I
would like to change the name of the actual executable so that it does
not contain spaces, but continue to have the application bundle's name
contain spaces. (The primary reason to ease use from the command
line.)
Currently to accomplish this I add the EXECUTABLE_NAME build settings
to the target with a value of "myproduct." However this causes Xcode
to seemingly not be able to locate my executable to run or debug it.
Is there a work-around to "fix" Xcode in this case while maintaining
my custom executable name?
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden