2021-09-03 14:58:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-04-15 22:12:11 +02:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
2021-09-03 14:58:18 +02:00
|
|
|
<dict>
|
2021-09-08 10:27:45 +02:00
|
|
|
<key>CFBundleExecutable</key>
|
2021-09-03 14:58:18 +02:00
|
|
|
<string>lite-xl</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string>lite-xl</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
2021-09-08 10:27:45 +02:00
|
|
|
<string>icon.icns</string>
|
2021-09-03 14:58:18 +02:00
|
|
|
<key>CFBundleName</key>
|
2021-09-08 10:27:45 +02:00
|
|
|
<string>Lite XL</string>
|
2021-09-03 14:58:18 +02:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2021-09-08 10:27:45 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.11</string>
|
|
|
|
<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>
|
2021-09-03 14:58:18 +02:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-09-08 10:27:45 +02:00
|
|
|
<string>@PROJECT_VERSION@</string>
|
2021-09-03 14:58:18 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>© 2019-2021 Francesco Abbate</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|
2021-09-03 13:50:44 +02:00
|
|
|
|