From afce081b90c1e2c50c3507758c7558a0dfa1f33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:18:03 +0200 Subject: Adding upstream version 2:8.2.2434. Signed-off-by: Daniel Baumann --- src/infplist.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 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 0000000..c58cf74 --- /dev/null +++ b/src/infplist.xml @@ -0,0 +1,74 @@ + + + + + + + CFBundleIdentifier + org.vim.Vim-APP_VER + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleExecutable + APP_EXE + CFBundleName + APP_NAME + CFBundlePackageType + APPL + CFBundleVersion + APP_VER + CFBundleShortVersionString + APP_VER + CFBundleSignature + VIM! + + CFBundleDevelopmentRegion + English + CSResourcesFileMapped + + CFBundleIconFile + app.icns + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + txt + text + + CFBundleTypeMIMETypes + + text/plain + + CFBundleTypeIconFile + doc-txt.icns + CFBundleTypeName + Text File + CFBundleTypeRole + Editor + + + CFBundleTypeExtensions + + * + + CFBundleTypeMIMETypes + + text/* + + CFBundleTypeIconFile + doc.icns + CFBundleTypeName + File + CFBundleTypeOSTypes + + **** + + CFBundleTypeRole + Editor + + + + + -- cgit v1.2.3