mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Remove 32 bit specific functionality
This includes Carbon support
This commit is contained in:
parent
b48dddcf4e
commit
c2ecde591b
71 changed files with 18 additions and 3001 deletions
|
|
@ -44,10 +44,6 @@
|
|||
#import <IOKit/pwr_mgt/IOPMLib.h>
|
||||
#import <MetalKit/MetalKit.h>
|
||||
|
||||
#if JUCE_SUPPORT_CARBON
|
||||
#import <Carbon/Carbon.h> // still needed for SetSystemUIMode()
|
||||
#endif
|
||||
|
||||
#elif JUCE_IOS
|
||||
#if JUCE_PUSH_NOTIFICATIONS && defined (__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
|
||||
#import <UserNotifications/UserNotifications.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue