comparison src/infplist.xml @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
2 <!-- vim:set ts=2 sts=2 sw=2 tw=0: --> 2 <!-- vim:set ts=2 sts=2 sw=2 tw=0: -->
3 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> 3 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
4 <plist version="0.9"> 4 <plist version="0.9">
5 <dict> 5 <dict>
6 6
7 <key>CFBundleIdentifier</key>
8 <string>org.vim.Vim-APP_VER</string>
7 <key>CFBundleInfoDictionaryVersion</key> 9 <key>CFBundleInfoDictionaryVersion</key>
8 <string>6.0</string> 10 <string>6.0</string>
9 11
10 <key>CFBundleExecutable</key> 12 <key>CFBundleExecutable</key>
11 <string>APP_EXE</string> 13 <string>APP_EXE</string>
23 <key>CFBundleDevelopmentRegion</key> 25 <key>CFBundleDevelopmentRegion</key>
24 <string>English</string> 26 <string>English</string>
25 <key>CSResourcesFileMapped</key> 27 <key>CSResourcesFileMapped</key>
26 <true/> 28 <true/>
27 <key>CFBundleIconFile</key> 29 <key>CFBundleIconFile</key>
28 <string>ICON_APP</string> 30 <string>app.icns</string>
29 31
30 <key>CFBundleDocumentTypes</key> 32 <key>CFBundleDocumentTypes</key>
31 <array> 33 <array>
32 <dict> 34 <dict>
33 <key>CFBundleTypeExtensions</key> 35 <key>CFBundleTypeExtensions</key>
34 <array> 36 <array>
35 <string>*</string> 37 <string>txt</string>
38 <string>text</string>
39 </array>
40 <key>CFBundleTypeMIMETypes</key>
41 <array>
42 <string>text/plain</string>
36 </array> 43 </array>
37 <key>CFBundleTypeIconFile</key> 44 <key>CFBundleTypeIconFile</key>
38 <string>doc-txt.icns</string> 45 <string>doc-txt.icns</string>
39 <key>CFBundleTypeName</key> 46 <key>CFBundleTypeName</key>
40 <string>NSStringPboardType</string> 47 <string>Text File</string>
48 <key>CFBundleTypeRole</key>
49 <string>Editor</string>
50 </dict>
51 <dict>
52 <key>CFBundleTypeExtensions</key>
53 <array>
54 <string>*</string>
55 </array>
56 <key>CFBundleTypeMIMETypes</key>
57 <array>
58 <string>text/*</string>
59 </array>
60 <key>CFBundleTypeIconFile</key>
61 <string>doc.icns</string>
62 <key>CFBundleTypeName</key>
63 <string>File</string>
41 <key>CFBundleTypeOSTypes</key> 64 <key>CFBundleTypeOSTypes</key>
42 <array> 65 <array>
43 <string>****</string> 66 <string>****</string>
44 </array> 67 </array>
45 <key>CFBundleTypeRole</key> 68 <key>CFBundleTypeRole</key>