From 2ea96f1398e6f9da3e0cb0be273d030b85c78b67 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Fri, 20 Sep 2024 18:09:15 +0800 Subject: [PATCH] Bump up minimum system version to 11.0 on macOS (required by Qt 6) Signed-off-by: Claudio Cambra --- cmake/modules/MacOSXBundleInfo.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 8327c2297..4fcf27c6a 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -5,7 +5,7 @@ NSPrincipalClass NSApplication LSMinimumSystemVersion - 10.13.0 + 11.0 LSUIElement CFBundleDevelopmentRegion -- 2.30.2