resources/README.md
This folder contains resources that is used for building or packaging the project.
cross/*.txt: Meson cross files for cross-compiling lite-xl on other platforms.release-notes.md: lite-xl release note template, used with envsubst.icons/icon.{icns,ico,inl,rc,svg}: lite-xl icon in various formats.linux/com.lite_xl.LiteXL.appdata.xml: AppStream metadata.linux/com.lite_xl.LiteXL.desktop: Desktop file for Linux desktops.macos/background.png: Background image for packaging macOS DMGs.macos/[email protected]: HiDPI image for packaging macOS DMGs.macos/background.tiff: TIFF image for packaging macOS DMGs.macos/Info.plist.in: Template for generating info.plist on macOS. See macos/macos-retina-display.md for details.macos/lite-xl-dmg.py: Configuration options for dmgbuild for packaging macOS DMGs.include/lite_xl_plugin_api.h: Native plugin API header. See the contents of lite_xl_plugin_api.h for more details.The DMG files uses macos/background.tiff as the background, which is created from
macos/background.png and macos/[email protected] with the following command:
tiffutil -cathidpicheck macos/background.png macos/[email protected] -out macos/background.tiff
macos/[email protected] should be double the size of macos/background.png with 144 PPI.
You can set the PPI by running:
sips -s dpiWidth 144 -s dpiHeight 144 macos/[email protected]
sips and tiffutil are available by default on macOS.
shell.html: A shell file for use with WASM builds.