blob: f0ba5fc58e6fe7d41f3d8fdd3fb64ea07d2e8255 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- vim:set ts=2 sts=2 sw=2 tw=0: -->
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleExecutable</key>
<string>APP_EXE</string>
<key>CFBundleName</key>
<string>APP_NAME</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>APP_VER</string>
<key>CFBundleShortVersionString</key>
<string>APP_VER</string>
<key>CFBundleSignature</key>
<string>VIM!</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleIconFile</key>
<string>ICON_APP</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>doc-txt.icns</string>
<key>CFBundleTypeName</key>
<string>NSStringPboardType</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
</dict>
</plist>