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">
7 <key>CFBundleIdentifier</key>
8 <string>org.vim.Vim-APP_VER</string>
9 <key>CFBundleInfoDictionaryVersion</key>
12 <key>CFBundleExecutable</key>
13 <string>APP_EXE</string>
14 <key>CFBundleName</key>
15 <string>APP_NAME</string>
16 <key>CFBundlePackageType</key>
18 <key>CFBundleVersion</key>
19 <string>APP_VER</string>
20 <key>CFBundleShortVersionString</key>
21 <string>APP_VER</string>
22 <key>CFBundleSignature</key>
25 <key>CFBundleDevelopmentRegion</key>
26 <string>English</string>
27 <key>CSResourcesFileMapped</key>
29 <key>CFBundleIconFile</key>
30 <string>app.icns</string>
32 <key>CFBundleDocumentTypes</key>
35 <key>CFBundleTypeExtensions</key>
40 <key>CFBundleTypeMIMETypes</key>
42 <string>text/plain</string>
44 <key>CFBundleTypeIconFile</key>
45 <string>doc-txt.icns</string>
46 <key>CFBundleTypeName</key>
47 <string>Text File</string>
48 <key>CFBundleTypeRole</key>
49 <string>Editor</string>
52 <key>CFBundleTypeExtensions</key>
56 <key>CFBundleTypeMIMETypes</key>
58 <string>text/*</string>
60 <key>CFBundleTypeIconFile</key>
61 <string>doc.icns</string>
62 <key>CFBundleTypeName</key>
64 <key>CFBundleTypeOSTypes</key>
68 <key>CFBundleTypeRole</key>
69 <string>Editor</string>