Re: Including binaries and other files in a application package
Re: Including binaries and other files in a application package
- Subject: Re: Including binaries and other files in a application package
- From: Philipp Ringli <email@hidden>
- Date: Thu, 27 Jan 2005 23:19:00 +0100
Hi,
It's really simple. NSBundle allows you to bundle the app in your
program. NSTask allows you to use the app.
In XCode, you add the binary file to your project, like you would any
Class file. You then use NSBundle to find the path to that resource.
Then NSTask to execute the included binary.
Good Luck,
James
Thanks to everyone.
I was able to get the binaries and the file structure into the app
package.
The next big hurdle will be to wrap my mind around objective-c and the
cocoa framework.
Coming from actionscript, this is quite a huge step...
Expect more questions from me.
Phil
p.s. For all British people: I won't use the B-word anymore. :-)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden