Re: how to make my plugin appears like a package ?
Re: how to make my plugin appears like a package ?
- Subject: Re: how to make my plugin appears like a package ?
- From: Aurélien Hugelé <email@hidden>
- Date: Wed, 24 Mar 2004 09:44:50 +0100
thanks it works !
may i have a description of the "Role" column ?
On 23 Mar 2004, at 23:44, Brian Smith wrote:
On Mar 23, 2004, at 12:45 PM, Aurilien Hugeli wrote:
hi every body
i've successfully made my app contains plugins which are loaded at
runtime.
i've seen Omni's plugins have to aspects i can't reproduce :
- they are real package (i mean you can't double click them to open
them as folder), you must do a "Show Package Content" to see inside
- they have an icon... a REAL icon (not a copy-pasted in finder
GetInfo...)
how do i achieve this (probably in XCode...) ?
You do need to set your plugin up as a document type for your
application with the plugins extension. Use the Info dialog for you
executable's target and select the "Properties" tab then create a
Document Type which will allow you to set the icon and make sure you
check the package option to make it a real package.
Brian
_______________________________________________
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.
_______________________________________________
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.