瀏覽代碼

pch: add iOS 8.2 check

Felix Paul Kühne 10 年之前
父節點
當前提交
1c3797835e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Sources/VLC for iOS-Prefix.pch

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

@@ -33,6 +33,8 @@
 
 #define SYSTEM_RUNS_IOS8_OR_LATER SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"8.0")
 
+#define SYSTEM_RUNS_IOS82_OR_LATER SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"8.2")
+
 #ifndef NDEBUG
 #define APLog(format, ...) NSLog(format, ## __VA_ARGS__)
 #else