Mercurial Hosting > editor
view scripts/mac/Info.plist @ 67:2c050fcf2614 default tip
add document count
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 06 Jun 2025 18:59:44 -0600 |
parents | 855669ece914 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleName</key> <string>Luan Editor</string> <key>CFBundleDisplayName</key> <string>Luan Editor</string> <key>CFBundleIdentifier</key> <string>software.luan.editor</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CFBundleExecutable</key> <string>launcher</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>NSHighResolutionCapable</key> <true/> </dict> </plist>