From ae756c9d1f18aa1f280a0f3422df2bbe61f9dab3 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 19 Jan 2025 04:51:49 +0800 Subject: [PATCH] InfoPlist.h: fix MIN_VER --- InfoPlist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git InfoPlist.h InfoPlist.h index 9adaf2f..e043e55 100644 --- InfoPlist.h +++ InfoPlist.h @@ -59,16 +59,16 @@ #elif MIN_VER >= 101000 #define CFG_NAME Yosemite build #define MIN_VERSION 10.10 -#elif MIN_VER >= 109000 +#elif MIN_VER >= 1090 #define CFG_NAME Mavericks build #define MIN_VERSION 10.9 -#elif MIN_VER >= 108000 +#elif MIN_VER >= 1080 #define CFG_NAME Mountain Lion build #define MIN_VERSION 10.8 -#elif MIN_VER >= 107000 +#elif MIN_VER >= 1070 #define CFG_NAME Lion build #define MIN_VERSION 10.7 -#elif MIN_VER >= 106000 +#elif MIN_VER >= 1060 #define CFG_NAME Snow Leopard build #define MIN_VERSION 10.6 #else /* don't bother with the real name if older - just if it's 64-bit or not */