60
|
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>
|