Improve info.plist for macOS package config
As suggested by @redtide and @Timofffee.
This commit is contained in:
parent
48c709a95f
commit
16170e8db9
|
@ -7,17 +7,21 @@
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>lite-xl</string>
|
<string>lite-xl</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>icon</string>
|
<string>icon.icns</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>lite-xl</string>
|
<string>Lite XL</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>LSMinimumSystemVersion</key><string>10.11</string>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<key>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<string>10.11</string>
|
||||||
<key>NSDesktopFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<key>NSDocumentsFolderUsageDescription</key>
|
||||||
<key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<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>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>@PROJECT_VERSION@</string>
|
<string>@PROJECT_VERSION@</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|
Loading…
Reference in New Issue