From 16170e8db9628d83b80fa24f077ea2b9fdef574f Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Wed, 8 Sep 2021 10:27:45 +0200 Subject: [PATCH] Improve info.plist for macOS package config As suggested by @redtide and @Timofffee. --- resources/macos/Info.plist.in | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/resources/macos/Info.plist.in b/resources/macos/Info.plist.in index c15fd566..4d715f2f 100644 --- a/resources/macos/Info.plist.in +++ b/resources/macos/Info.plist.in @@ -2,24 +2,28 @@ -CFBundleExecutable + CFBundleExecutable lite-xl CFBundleGetInfoString lite-xl CFBundleIconFile - icon + icon.icns CFBundleName - lite-xl + Lite XL CFBundlePackageType APPL NSHighResolutionCapable - LSMinimumSystemVersion10.11 - NSDocumentsFolderUsageDescriptionTo access, edit and index your projects. - NSDesktopFolderUsageDescriptionTo access, edit and index your projects. - NSDownloadsFolderUsageDescriptionTo access, edit and index your projects. + LSMinimumSystemVersion + 10.11 + NSDocumentsFolderUsageDescription + To access, edit and index your projects. + NSDesktopFolderUsageDescription + To access, edit and index your projects. + NSDownloadsFolderUsageDescription + To access, edit and index your projects. CFBundleShortVersionString - @PROJECT_VERSION@ + @PROJECT_VERSION@ NSHumanReadableCopyright © 2019-2021 Francesco Abbate