summaryrefslogtreecommitdiffstats
path: root/src/infplist.xml
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-02-02 15:19:38 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-02 15:19:38 +0000
commitab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 (patch)
tree498095c465cffe9430712b7f7f86b12b7524b007 /src/infplist.xml
parent73257149d759a8e6ddbe555d2b5aa37b6cb8db8b (diff)
patch 8.2.4284: old mac resources files are no longer usedv8.2.4284
Problem: Old mac resources files are no longer used. Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)
Diffstat (limited to 'src/infplist.xml')
-rw-r--r--src/infplist.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/src/infplist.xml b/src/infplist.xml
deleted file mode 100644
index c58cf74802..0000000000
--- a/src/infplist.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?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>CFBundleIdentifier</key>
- <string>org.vim.Vim-APP_VER</string>
- <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>app.icns</string>
-
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>txt</string>
- <string>text</string>
- </array>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>text/plain</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>doc-txt.icns</string>
- <key>CFBundleTypeName</key>
- <string>Text File</string>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>*</string>
- </array>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>text/*</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>doc.icns</string>
- <key>CFBundleTypeName</key>
- <string>File</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>****</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- </dict>
- </array>
-
- </dict>
-</plist>