diff options
author | Memphiz <memphis@machzwo.de> | 2015-08-28 09:45:02 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-08-28 09:45:02 +0200 |
commit | 355e7bc69c3f787ce46c1080b4be55e79306a7b2 (patch) | |
tree | 552461c3b36e77826da9fb213b275cc627110f47 | |
parent | ec2f504d81a3238b15f44e32c1fbb85363a893c0 (diff) |
[osx/darwinutils] - add method IsLion to check for 10.7.x runtime
-rw-r--r-- | xbmc/osx/DarwinUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/osx/DarwinUtils.h b/xbmc/osx/DarwinUtils.h index 77635489fe..0a0423edc1 100644 --- a/xbmc/osx/DarwinUtils.h +++ b/xbmc/osx/DarwinUtils.h @@ -33,6 +33,7 @@ public: static const char *getIosPlatformString(void); static bool IsAppleTV2(void); static bool IsMavericks(void); + static bool IsLion(void); static bool IsSnowLeopard(void); static bool DeviceHasRetina(double &scale); static const char *GetOSReleaseString(void); |