Re: Call CFM shlb from Cocoa
Re: Call CFM shlb from Cocoa
- Subject: Re: Call CFM shlb from Cocoa
- From: Douglas Davidson <email@hidden>
- Date: Wed, 1 Oct 2003 09:50:49 -0700
On Tuesday, September 30, 2003, at 06:26 PM, John Tsombakos wrote:
I located the Bundle documentation. Do I treat it as an "application"
or a "framework" or a "loadable bundle"?
Would the structure look like:
MyBundle
Contents
MacOS
thelibrary.shlb
Info.plist
?
Then I have to figure out what to put in the Info.plist file. Anyone
have an example of a shared library wrapped in a bundle?
I would say a "loadable bundle", since you plan on loading it, although
it really doesn't make much difference. Most of the Info.plist entries
are not going to be relevant; you will need to specify the executable,
and you will want to have a bundle identifier, and probably a version
number, on general principle.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.