mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed compatibility for iOS versions before 3.2.
This commit is contained in:
parent
74a866565c
commit
75f8a6a440
3 changed files with 8 additions and 43 deletions
|
|
@ -57,6 +57,10 @@
|
|||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <CoreText/CoreText.h>
|
||||
|
||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_3_2
|
||||
#error "JUCE no longer supports targets earlier than iOS 3.2"
|
||||
#endif
|
||||
|
||||
#elif JUCE_LINUX
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue