1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Xcode15: Allow older llvm versions when compiling with Xcode 15

This commit is contained in:
Anthony Nicholls 2023-09-22 14:05:17 +01:00
parent 1f90ecf6e3
commit 59d91cff1e
5 changed files with 18 additions and 5 deletions

View file

@ -49,7 +49,9 @@
//==============================================================================
#if JUCE_MAC
#import <WebKit/WebKit.h>
#if JUCE_WEB_BROWSER
#import <WebKit/WebKit.h>
#endif
#import <IOKit/IOKitLib.h>
#import <IOKit/IOCFPlugIn.h>
#import <IOKit/hid/IOHIDLib.h>
@ -64,7 +66,9 @@
//==============================================================================
#elif JUCE_IOS
#import <WebKit/WebKit.h>
#if JUCE_WEB_BROWSER
#import <WebKit/WebKit.h>
#endif
#if JUCE_PUSH_NOTIFICATIONS
#import <UserNotifications/UserNotifications.h>