One more update Info.plist

This commit is contained in:
Timofffee
2021-09-03 14:36:36 +02:00
committed by Francesco
parent aefa3ca205
commit e8f5a5e002
+8 -6
View File
@@ -17,11 +17,13 @@
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true /> <true />
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.11.0</string> <string>10.13</string>
<key>NSQuitAlwaysKeepsWindows</key> <key>CFBundleSignature</key>
<false /> <string>lite</string>
<key>NSRequiresAquaSystemAppearance</key> <key>CFBundleSupportedPlatforms</key>
<false /> <array>
<string>MacOSX</string>
</array>
<key>NSDocumentsFolderUsageDescription</key> <key>NSDocumentsFolderUsageDescription</key>
<string>To access, edit and index your projects.</string> <string>To access, edit and index your projects.</string>
<key>NSDesktopFolderUsageDescription</key> <key>NSDesktopFolderUsageDescription</key>
@@ -29,7 +31,7 @@
<key>NSDownloadsFolderUsageDescription</key> <key>NSDownloadsFolderUsageDescription</key>
<string>To access, edit and index your projects.</string> <string>To access, edit and index your projects.</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0</string> <string>2.0.1</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>© 2019-2021 Francesco Abbate</string> <string>© 2019-2021 Francesco Abbate</string>
</dict> </dict>