Mercurial Hosting > editor
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 59:824f6d74b1d4 | 60:855669ece914 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
| 3 "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| 4 <plist version="1.0"> | |
| 5 <dict> | |
| 6 <key>CFBundleName</key> | |
| 7 <string>Luan Editor</string> | |
| 8 | |
| 9 <key>CFBundleDisplayName</key> | |
| 10 <string>Luan Editor</string> | |
| 11 | |
| 12 <key>CFBundleIdentifier</key> | |
| 13 <string>software.luan.editor</string> | |
| 14 | |
| 15 <key>CFBundleVersion</key> | |
| 16 <string>1.0</string> | |
| 17 | |
| 18 <key>CFBundleExecutable</key> | |
| 19 <string>launcher</string> | |
| 20 | |
| 21 <key>CFBundlePackageType</key> | |
| 22 <string>APPL</string> | |
| 23 | |
| 24 <key>NSHighResolutionCapable</key> | |
| 25 <true/> | |
| 26 </dict> | |
| 27 </plist> |
