This is great, thanks! I think you even covered follow up questions,
now it's off to read the Apple documentation.
Thanks again,
tom
On Dec 12, 2008, at 1:05 AM, Chris Hanson wrote:
On Dec 12, 2008, at 12:16 AM, Kyle Sluder wrote:
On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones
wrote:
I'm h
Le 12 déc. 08 à 18:19, glenn andreas a écrit :
On Dec 12, 2008, at 11:01 AM, Jean-Daniel Dupas wrote:
Le 12 déc. 08 à 17:19, glenn andreas a écrit :
On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote:
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote:
- Your plug-ins should have a documen
On Dec 12, 2008, at 11:01 AM, Jean-Daniel Dupas wrote:
Le 12 déc. 08 à 17:19, glenn andreas a écrit :
On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote:
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote:
- Your plug-ins should have a document type and UTI declared in
your app's Info.plist
Le 12 déc. 08 à 17:19, glenn andreas a écrit :
On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote:
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote:
- Your plug-ins should have a document type and UTI declared in
your app's Info.plist so they can be recognized as file packages
rather than
On Dec 12, 2008, at 9:37 AM, Sherm Pendley wrote:
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote:
- Your plug-ins should have a document type and UTI declared in
your app's Info.plist so they can be recognized as file packages
rather than folders by the Finder and get a nice icon.
Anoth
On Dec 12, 2008, at 4:05 AM, Chris Hanson wrote:
- Your plug-ins should have a document type and UTI declared in your
app's Info.plist so they can be recognized as file packages rather
than folders by the Finder and get a nice icon.
Another nice effect of this is the same behavior you get f
NSBundle is the way to go IMHO. It worked for me.
see:
http://developer.apple.com/documentation/Cocoa/Conceptual/LoadingCode/LoadingCode.html
Plus I found these useful
http://www.stone.com/The_Cocoa_Files/Thanks_A_Bundle_.html
http://www.stone.com/The_Cocoa_Files/Dynamic_Bundles.html
On 12 De
On Dec 12, 2008, at 12:16 AM, Kyle Sluder wrote:
On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones wrote:
I'm hoping someone could point me in the right direction. Where
would I read
up on how to create modules or plugins for a Cocoa application? I'm
not even
sure I'm asking the right question :-
On Fri, Dec 12, 2008 at 2:58 AM, Tom Jones wrote:
> I'm hoping someone could point me in the right direction. Where would I read
> up on how to create modules or plugins for a Cocoa application? I'm not even
> sure I'm asking the right question :-)
CFPlugin.
--Kyle Sluder
___