From ce1a6ea5b58d2f915498004b180f90b9aa0f90dc Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Tue, 7 Sep 2021 05:10:00 -0700 Subject: [PATCH] Fix macOS minimum system version in info.plist --- resources/macos/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/macos/Info.plist.in b/resources/macos/Info.plist.in index 236a9a6c..c15fd566 100644 --- a/resources/macos/Info.plist.in +++ b/resources/macos/Info.plist.in @@ -14,7 +14,7 @@ APPL NSHighResolutionCapable - MinimumOSVersion10.13 + LSMinimumSystemVersion10.11 NSDocumentsFolderUsageDescriptionTo access, edit and index your projects. NSDesktopFolderUsageDescriptionTo access, edit and index your projects. NSDownloadsFolderUsageDescriptionTo access, edit and index your projects.