From a55d02bacb2c8f21cba759c8fe3931df07a85b0c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 22 Oct 2013 21:51:11 -0500 Subject: macosx: add a LSMinimumSystemVersion in Info.plist the minimum version is set based on MACOSX_DEPLOYMENT_VERSION It's purpose is to prevent the generated app to be executed on a system that does not meet the requirement Change-Id: I4ec09f8d1f96af1263d40bbe0e4b144c9622bba4 --- sysui/desktop/macosx/Info.plist.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysui') diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 6cc134313ab1..9602a2500dfe 100755 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -71,7 +71,7 @@ - + UTTypeIdentifier @@ -847,7 +847,7 @@ - + CFBundleDocumentTypes @@ -1422,6 +1422,8 @@ VCL_NSApplication LSApplicationCategoryType public.app-category.productivity + LSMinimumSystemVersion + @MACOSX_DEPLOYMENT_TARGET@.0 -- cgit