From 4732ba743ddb5d25dcb3c78e04eab6cc8485763b Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 3 Sep 2021 14:58:18 +0200 Subject: [PATCH] Revert "Update Info.plist" This reverts commit aefa3ca205eb5455d27217869aedfb5bf638f53c. --- resources/macos/Info.plist | 58 ++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 34 deletions(-) diff --git a/resources/macos/Info.plist b/resources/macos/Info.plist index baf28519..70d49a02 100644 --- a/resources/macos/Info.plist +++ b/resources/macos/Info.plist @@ -1,36 +1,26 @@ - + - - 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 - - + +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 + +