Introjucer, (very) minor bug

The latest version of introjucer does not map JucePlugin_ManufacturerEmail into the the AppConfig.h


Additionally, I need to explicitely set JucePlugin_VSTCategory in the head of the AppConfig.h. It would be a great addition to the "Project Settings" form.

It does add JucePlugin_ManufacturerEmail to the header file.. At least, it does in my projects (??)

And yes, I'll add the VST category..

I also discovered this minor issue.

In the AppConfig.h:

#define JucePlugin_ManufacturerEmail      "support@yourcompany.com"

instead of the Email I provided in the Introjucer.

Ok, thanks - it should work now.