diff options
| author | Francesco <francesco.bbt@gmail.com> | 2021-09-03 14:58:18 +0200 |
|---|---|---|
| committer | Francesco <francesco.bbt@gmail.com> | 2021-09-04 17:57:09 +0200 |
| commit | 4732ba743ddb5d25dcb3c78e04eab6cc8485763b (patch) | |
| tree | 5eb7a86e25ac47b8465735be216629569ca6ef96 | |
| parent | dfc45ad3b3cb76df1e288cf7c2c51e551a5dee01 (diff) | |
| download | lite-xl-4732ba743ddb5d25dcb3c78e04eab6cc8485763b.tar.gz lite-xl-4732ba743ddb5d25dcb3c78e04eab6cc8485763b.zip | |
Revert "Update Info.plist"
This reverts commit aefa3ca205eb5455d27217869aedfb5bf638f53c.
| -rw-r--r-- | resources/macos/Info.plist | 58 |
1 files changed, 24 insertions, 34 deletions
diff --git a/resources/macos/Info.plist b/resources/macos/Info.plist index baf28519..70d49a02 100644 --- a/resources/macos/Info.plist +++ b/resources/macos/Info.plist @@ -1,36 +1,26 @@ -<?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"> <plist version="1.0"> - <dict> - <key>CFBundleDisplayName</key> - <string>Lite XL</string> - <key>CFBundleExecutable</key> - <string>lite-xl</string> - <key>CFBundleGetInfoString</key> - <string>lite-xl</string> - <key>CFBundleIconFile</key> - <string>icon.icns</string> - <key>CFBundleName</key> - <string>Lite XL</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>NSHighResolutionCapable</key> - <true /> - <key>LSMinimumSystemVersion</key> - <string>10.11.0</string> - <key>NSQuitAlwaysKeepsWindows</key> - <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> - <string>2.0</string> - <key>NSHumanReadableCopyright</key> - <string>© 2019-2021 Francesco Abbate</string> - </dict> -</plist> +<dict> +<key>CFBundleExecutable</key> + <string>lite-xl</string> + <key>CFBundleGetInfoString</key> + <string>lite-xl</string> + <key>CFBundleIconFile</key> + <string>icon</string> + <key>CFBundleName</key> + <string>lite-xl</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>NSHighResolutionCapable</key> + <true/> + <key>MinimumOSVersion</key><string>10.13</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> + <key>CFBundleShortVersionString</key> + <string>2.0</string> + <key>NSHumanReadableCopyright</key> + <string>© 2019-2021 Francesco Abbate</string> +</dict> +</plist> |
