Update Info.plist
This commit is contained in:
parent
a0508103b1
commit
aefa3ca205
|
@ -2,22 +2,32 @@
|
||||||
<!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>CFBundleDisplayName</key>
|
||||||
|
<string>Lite XL</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>lite-xl</string>
|
<string>lite-xl</string>
|
||||||
<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>MinimumOSVersion</key><string>10.13</string>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<key>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<string>10.11.0</string>
|
||||||
<key>NSDesktopFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<key>NSQuitAlwaysKeepsWindows</key>
|
||||||
<key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
<false />
|
||||||
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
|
<false />
|
||||||
|
<key>NSDocumentsFolderUsageDescription</key>
|
||||||
|
<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>2.0</string>
|
<string>2.0</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|
Loading…
Reference in New Issue