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>
|
2024-06-22 06:23:06 +02:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>*</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>NSDocumentClass</key>
|
|
|
|
<string>NSDocument</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>All Files</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.text</string>
|
|
|
|
<string>public.folder</string>
|
|
|
|
</array>
|
|
|
|
<key>NSExportableTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>public.text</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.lite-xl</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>
|
2024-06-18 15:00:14 +02:00
|
|
|
<string>© 2020 rxi
|
|
|
|
© 2020-2022 Francesco Abbate
|
|
|
|
© 2022-@CURRENT_YEAR@ Lite XL Team</string>
|
2021-09-03 14:58:18 +02:00
|
|
|
</dict>
|
2022-10-30 16:48:20 +01:00
|
|
|
</plist>
|
2021-09-03 13:50:44 +02:00
|
|
|
|