I can not get firefox on mac osx 10.6 to load the npcomplex sample I
built. I drop the plugin file called libnpcomlex.dylib into ~/Library/
Internet Plug-Ins
Do I need an Info.plist file for this to work.
By not loading I mean I do not see it when I type about:plugins in the
browser URL.
EM
I might as well answer my own post as I could be waiting and waiting
for someone else to do so...
Two things I needed to do to make it work on the mac to get it to load
in Firefox.
1. build using 32-bit architecture -arch i386
2. Deliver info.plist resource file with the plugin.
EM