Tiny xcode build bug

In the xcode project the files juce_ToolTipWindow.cpp (& .h) should be changed to “juce_TooltipWindow.cpp” (&.h) respectively. Otherwise the build fails on a case-sensitive filesystem.

Ok, gotcha. Thanks!