Преглед изворни кода

Bump SDK requirement macro

Felix Paul Kühne пре 10 година
родитељ
комит
0b2d3a7e01
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Sources/VLC for iOS-Prefix.pch

+ 2 - 2
Sources/VLC for iOS-Prefix.pch

@@ -12,8 +12,8 @@
 
 #import <Availability.h>
 
-#ifndef __IPHONE_7_0
-#error "This project uses features only available in iOS SDK 7.0 and later."
+#ifndef __IPHONE_8_2
+#error "This project uses features only available in iOS SDK 8.2 and later."
 #endif
 
 #ifdef __OBJC__