Re: Extra files in the bundle
Re: Extra files in the bundle
- Subject: Re: Extra files in the bundle
- From: David Dunham <email@hidden>
- Date: Wed, 29 Mar 2006 11:20:05 -0800
On 29 Mar 2006, at 09:54, Andy Cedilnik wrote:
I figured out you can do relative to executable, then you can make
directory to be let say: ../MySubdirectory and suddenly the Bundle
looks like this:
Or use
CFURLRef CFBundleCopyAuxiliaryExecutableURL(CFBundleRef bundle,
CFStringRef executableName);
/* This function can be used to find executables other than your
main */
/* executable. This is useful, for instance, for applications
that have */
/* some command line tool that is packaged with and used by the
application. */
/* The tool can be packaged in the various platform executable
directories */
/* in the bundle and can be located with this function. This
allows an */
/* app to ship versions of the tool for each platform as it does
for the */
/* main app executable. */
(this will locate an executable typically in MacOS)
David Dunham http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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