I have built a sample npapi plugin (.msi) which works on windows platform for firefox. Now i have been trying to build the same code for xcode(4.6.3) on mac os X. Which template are we supposed to use for creating a new project for npapi in xcode on mac? (eg application plugin,system plugin,framework & library :has subcategories too)
Although I could successfully compile the same code in xcode using Application Plug-in (with subcategory installer plug-in) and it generates a .bundle but i don't know what to do with it? Also i read that we need to create .plugin for mac plugin and keep it at /Library/Internet Plug-Ins. if that is the case then how do we create a .plugin file extension by building my code?