Mercurial Hosting > editor
view scripts/mac/Info.plist @ 60:855669ece914
start mac installer
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 04 Jun 2025 22:24:57 -0600 |
parents | |
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>