|
|
@@ -142,7 +142,7 @@ |
|
|
|
#include "misc/juce_PushNotifications.cpp"
|
|
|
|
#include "misc/juce_RecentlyOpenedFilesList.cpp"
|
|
|
|
#include "misc/juce_SplashScreen.cpp"
|
|
|
|
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
|
|
|
|
#if !JUCE_MAC || MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
|
|
|
|
#include "misc/juce_SystemTrayIconComponent.cpp"
|
|
|
|
#endif
|
|
|
|
#include "misc/juce_LiveConstantEditor.cpp"
|
|
|
@@ -156,9 +156,9 @@ |
|
|
|
#if JUCE_MAC
|
|
|
|
#include "native/juce_mac_NSViewComponent.mm"
|
|
|
|
#include "native/juce_mac_AppleRemote.mm"
|
|
|
|
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
|
|
|
|
#include "native/juce_mac_SystemTrayIcon.cpp"
|
|
|
|
#endif
|
|
|
|
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
|
|
|
|
#include "native/juce_mac_SystemTrayIcon.cpp"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if JUCE_IOS
|
|
|
|