Re: More Authorization.h questions...
Re: More Authorization.h questions...
- Subject: Re: More Authorization.h questions...
- From: Julien Jalon <email@hidden>
- Date: Fri, 9 Nov 2001 02:05:20 +0100
Le vendredi 9 novembre 2001, ` 01:51 AM, Murray Todd Williams a icrit :
Here's my question: does it make sense to have these "tool" executables
be packaged in the primary application's bundle, in the same directory
as the executable itself? If so, how can I specify in Project Builder
to have another executable be created and placed there in the build
phase?
I think a better way would be to include that tool in the Resources
folder.
To do that easily, you must have two target: one for your tool, one for
your app. In the app target, drag-n-drop the tool executable (from the
Files panel -> Products) to the Resources.
And make the app target depends on the tool target.
--Julien