Re: Xcode template executable's name
Re: Xcode template executable's name
- Subject: Re: Xcode template executable's name
- From: David Ewing <email@hidden>
- Date: Tue, 16 Mar 2004 23:00:50 -0700
On Mar 16, 2004, at 9:56 AM, harry wrote:
Hi,
to have some templates for Ruby-projects, I copied and adapted some
existing Application-Project Templates; added some files, NIB-files,
outlet/action-connections etc. Having most of the macro-names resolved
except for the executable's name; in the instantiated project it
remains <<PROJECTNAME>>. Where is this naming of the executable
defined? I'm sure I've been through all the info-screens,
property-lists etc., but I cannot find this one ...
It sounds like your project template has a custom executable in it.
This is stored in the default.pbxuser file inside the project wrapper.
You'll need to add that file to the list of files to macro-expand. The
Java Tool project template is probably the best one to look at to see
how this is done.
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.