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:35:10 +0100
Le vendredi 9 novembre 2001, ` 02:05 AM, Julien Jalon a icrit :
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.
Oh... and I forgot to mention that you can use NSBundle pathForResource
method to find the path to your tool.
And one problem: it does not respect the fact that MacOS specific
binaries have to be in the MacOS folder... but the problem will occur if
MacOS X is ported to another platform :-)
--Julien