Explorar o código

pch: add iOS 8.2 check

Felix Paul Kühne %!s(int64=10) %!d(string=hai) anos
pai
achega
1c3797835e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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