FR: Add overarching platform macro for mobile

Having something like the following would tidy up a bunch of code when doing things specific to mobile (or desktop if you check the inverse):

#define JUCE_MOBILE (JUCE_IOS || JUCE_ANDROID)