瀏覽代碼

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__