Wrapper cpp code

 

 

Oddball question - but I just noticed that you need to include the actual juce_VST_wrapper.cpp code in xcode for the plugin builds to work now (as opposed to just including the juce_VST_wrapper.mm files, as before).

 

No biggie - but seems like a strange change.  Is there a reason underlying it?

 

Why is it strange? They contain different code - one has cross-platform VST stuff, and the other has some OSX-specific utilities.