From 071d4279d6ab81b7187b48f3a0fc61e587b6db6c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Jun 2004 20:20:40 +0000 Subject: updated for version 7.0001 --- src/infplist.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/infplist.xml (limited to 'src/infplist.xml') diff --git a/src/infplist.xml b/src/infplist.xml new file mode 100644 index 0000000000..f0ba5fc58e --- /dev/null +++ b/src/infplist.xml @@ -0,0 +1,51 @@ + + + + + + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleExecutable + APP_EXE + CFBundleName + APP_NAME + CFBundlePackageType + APPL + CFBundleVersion + APP_VER + CFBundleShortVersionString + APP_VER + CFBundleSignature + VIM! + + CFBundleDevelopmentRegion + English + CSResourcesFileMapped + + CFBundleIconFile + ICON_APP + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + * + + CFBundleTypeIconFile + doc-txt.icns + CFBundleTypeName + NSStringPboardType + CFBundleTypeOSTypes + + **** + + CFBundleTypeRole + Editor + + + + + -- cgit v1.2.3