On Oct 26, 4:32 pm, "Craig S. Cottingham" <
craig.cotting...@gmail.com>
wrote:
> I've been away from Mac OS X development for a while, but I seem to recall that once upon a time you had to explicitly install palette plugins into IB. Is that still the case?
Seems so. For me the IB plugins are a bit of mystery, but after doing
some reading [1], it seems that the best thing is to just include the
text giving the instructions about how to build it. Another option
might be to include the whole shortcut recorder as a git submodule,
however that is also a bit hassle to set up especially for someone who
does not know git well enough.
/cheers
Filip
[1] "...According to the Xcode documentation, this arrangement would
allow you to avoid installing the ButtonPlugin.framework in your ~/
Library/Frameworks directory (Interface Builder would automatically
find the plugin for any .nib or .xib file in the project). That's a
nice idea but it has never worked for me, so I never bother."
http://cocoawithlove.com/2009/07/custom-views-in-interface-builder-using.html