1
0
Fork 0
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:
jules 2012-05-24 13:10:20 +01:00
parent 74a866565c
commit 75f8a6a440
3 changed files with 8 additions and 43 deletions

View file

@ -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