BR: PluginHostType::getHostType() never returns SteinbergTestHost on Mac

In the PluginHostType::getHostType() function, the case for SteinbergTestHost is missing in the #if JUCE_MAC section.

The Windows condition is correct and present here.