Mercurial > vim
comparison src/infplist.xml @ 7:3fc0f57ecb91 v7.0001
updated for version 7.0001
author | vimboss |
---|---|
date | Sun, 13 Jun 2004 20:20:40 +0000 |
parents | |
children | 23f82b5d2814 |
comparison
equal
deleted
inserted
replaced
6:c2daee826b8f | 7:3fc0f57ecb91 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!-- vim:set ts=2 sts=2 sw=2 tw=0: --> | |
3 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> | |
4 <plist version="0.9"> | |
5 <dict> | |
6 | |
7 <key>CFBundleInfoDictionaryVersion</key> | |
8 <string>6.0</string> | |
9 | |
10 <key>CFBundleExecutable</key> | |
11 <string>APP_EXE</string> | |
12 <key>CFBundleName</key> | |
13 <string>APP_NAME</string> | |
14 <key>CFBundlePackageType</key> | |
15 <string>APPL</string> | |
16 <key>CFBundleVersion</key> | |
17 <string>APP_VER</string> | |
18 <key>CFBundleShortVersionString</key> | |
19 <string>APP_VER</string> | |
20 <key>CFBundleSignature</key> | |
21 <string>VIM!</string> | |
22 | |
23 <key>CFBundleDevelopmentRegion</key> | |
24 <string>English</string> | |
25 <key>CSResourcesFileMapped</key> | |
26 <true/> | |
27 <key>CFBundleIconFile</key> | |
28 <string>ICON_APP</string> | |
29 | |
30 <key>CFBundleDocumentTypes</key> | |
31 <array> | |
32 <dict> | |
33 <key>CFBundleTypeExtensions</key> | |
34 <array> | |
35 <string>*</string> | |
36 </array> | |
37 <key>CFBundleTypeIconFile</key> | |
38 <string>doc-txt.icns</string> | |
39 <key>CFBundleTypeName</key> | |
40 <string>NSStringPboardType</string> | |
41 <key>CFBundleTypeOSTypes</key> | |
42 <array> | |
43 <string>****</string> | |
44 </array> | |
45 <key>CFBundleTypeRole</key> | |
46 <string>Editor</string> | |
47 </dict> | |
48 </array> | |
49 | |
50 </dict> | |
51 </plist> |