Update Info.plist

This commit is contained in:
Timofffee 2021-08-31 18:11:36 +04:00 committed by Francesco
parent a0508103b1
commit aefa3ca205
1 changed files with 34 additions and 24 deletions

View File

@ -1,26 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key> <key>CFBundleDisplayName</key>
<string>lite-xl</string> <string>Lite XL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleExecutable</key>
<string>lite-xl</string> <string>lite-xl</string>
<key>CFBundleIconFile</key> <key>CFBundleGetInfoString</key>
<string>icon</string> <string>lite-xl</string>
<key>CFBundleName</key> <key>CFBundleIconFile</key>
<string>lite-xl</string> <string>icon.icns</string>
<key>CFBundlePackageType</key> <key>CFBundleName</key>
<string>APPL</string> <string>Lite XL</string>
<key>NSHighResolutionCapable</key> <key>CFBundlePackageType</key>
<true/> <string>APPL</string>
<key>MinimumOSVersion</key><string>10.13</string> <key>NSHighResolutionCapable</key>
<key>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string> <true />
<key>NSDesktopFolderUsageDescription</key><string>To access, edit and index your projects.</string> <key>LSMinimumSystemVersion</key>
<key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string> <string>10.11.0</string>
<key>CFBundleShortVersionString</key> <key>NSQuitAlwaysKeepsWindows</key>
<string>2.0</string> <false />
<key>NSHumanReadableCopyright</key> <key>NSRequiresAquaSystemAppearance</key>
<string>© 2019-2021 Francesco Abbate</string> <false />
</dict> <key>NSDocumentsFolderUsageDescription</key>
</plist> <string>To access, edit and index your projects.</string>
<key>NSDesktopFolderUsageDescription</key>
<string>To access, edit and index your projects.</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>To access, edit and index your projects.</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>NSHumanReadableCopyright</key>
<string>© 2019-2021 Francesco Abbate</string>
</dict>
</plist>