From aefa3ca205eb5455d27217869aedfb5bf638f53c Mon Sep 17 00:00:00 2001 From: Timofffee Date: Tue, 31 Aug 2021 18:11:36 +0400 Subject: [PATCH] Update Info.plist --- resources/macos/Info.plist | 58 ++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/resources/macos/Info.plist b/resources/macos/Info.plist index 70d49a02..baf28519 100644 --- a/resources/macos/Info.plist +++ b/resources/macos/Info.plist @@ -1,26 +1,36 @@ - + - -CFBundleExecutable - lite-xl - CFBundleGetInfoString - lite-xl - CFBundleIconFile - icon - CFBundleName - lite-xl - CFBundlePackageType - APPL - NSHighResolutionCapable - - MinimumOSVersion10.13 - NSDocumentsFolderUsageDescriptionTo access, edit and index your projects. - NSDesktopFolderUsageDescriptionTo access, edit and index your projects. - NSDownloadsFolderUsageDescriptionTo access, edit and index your projects. - CFBundleShortVersionString - 2.0 - NSHumanReadableCopyright - © 2019-2021 Francesco Abbate - - + + CFBundleDisplayName + Lite XL + CFBundleExecutable + lite-xl + CFBundleGetInfoString + lite-xl + CFBundleIconFile + icon.icns + CFBundleName + Lite XL + CFBundlePackageType + APPL + NSHighResolutionCapable + + LSMinimumSystemVersion + 10.11.0 + NSQuitAlwaysKeepsWindows + + NSRequiresAquaSystemAppearance + + 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 + 2.0 + NSHumanReadableCopyright + © 2019-2021 Francesco Abbate + +