1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 10:23:12 +03:00
vimr/VimR/VimR.dev.Info.plist
2019-03-14 09:56:23 +01:00

1286 lines
31 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
</array>
<key>LSTypeIsPackage</key>
<integer>0</integer>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vim</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vim</string>
<key>CFBundleTypeName</key>
<string>Vim Script File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>txt</string>
<string>text</string>
<string>utf8</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-txt</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/plain</string>
</array>
<key>CFBundleTypeName</key>
<string>Plain Text File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tex</string>
<string>sty</string>
<string>cls</string>
<string>ltx</string>
<string>ins</string>
<string>dtx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-tex</string>
<key>CFBundleTypeName</key>
<string>TeX File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>h</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-h</string>
<key>CFBundleTypeName</key>
<string>C Header Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.c-header</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pch</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-h</string>
<key>CFBundleTypeName</key>
<string>C Precompiled Header Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.precompiled-c-header</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>hh</string>
<string>hp</string>
<string>hpp</string>
<string>hxx</string>
<string>h++</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-h</string>
<key>CFBundleTypeName</key>
<string>C++ Header Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pch++</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-h</string>
<key>CFBundleTypeName</key>
<string>C++ Precompiled Header Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.precompiled-c-plus-plus-header</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>c</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-c</string>
<key>CFBundleTypeName</key>
<string>C Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.c-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>m</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-m</string>
<key>CFBundleTypeName</key>
<string>Objective-C Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.objective-c-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mm</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-mm</string>
<key>CFBundleTypeName</key>
<string>Objective-C++ Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.objective-c-plus-plus-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cc</string>
<string>cp</string>
<string>cpp</string>
<string>cxx</string>
<string>c++</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-cpp</string>
<key>CFBundleTypeName</key>
<string>C++ Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.c-plus-plus-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>s</string>
<string>asm</string>
</array>
<key>CFBundleTypeName</key>
<string>Assembly Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.assembler-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>r</string>
</array>
<key>CFBundleTypeName</key>
<string>Rez Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.rez-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>java</string>
<string>jav</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-java</string>
<key>CFBundleTypeName</key>
<string>Java Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.sun.java-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>l</string>
<string>lm</string>
<string>lmm</string>
<string>lpp</string>
<string>lxx</string>
</array>
<key>CFBundleTypeName</key>
<string>Lex Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.lex-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>y</string>
<string>ym</string>
<string>ymm</string>
<string>ypp</string>
<string>yxx</string>
</array>
<key>CFBundleTypeName</key>
<string>Yacc Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.yacc-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>defs</string>
</array>
<key>CFBundleTypeName</key>
<string>Mig Definition File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>exp</string>
</array>
<key>CFBundleTypeName</key>
<string>Symbol Export File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.symbol-export</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>f</string>
<string>for</string>
<string>fpp</string>
<string>f77</string>
<string>f90</string>
<string>f95</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-f</string>
<key>CFBundleTypeName</key>
<string>Fortran Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<false/>
<key>LSItemContentTypes</key>
<array>
<string>public.fortran-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pas</string>
</array>
<key>CFBundleTypeName</key>
<string>Pascal Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<false/>
<key>LSItemContentTypes</key>
<array>
<string>public.pascal-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ada</string>
<string>adb</string>
<string>ads</string>
</array>
<key>CFBundleTypeName</key>
<string>Ada Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<false/>
<key>LSItemContentTypes</key>
<array>
<string>public.ada-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>html</string>
<string>phtml</string>
<string>shtml</string>
<string>xhtml</string>
<string>htm</string>
<string>pht</string>
<string>sht</string>
<string>xht</string>
<string>phtm</string>
<string>shtm</string>
<string>xhtm</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-html</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/html</string>
</array>
<key>CFBundleTypeName</key>
<string>HTML Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.html</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
<string>rss</string>
<string>tld</string>
<string>pt</string>
<string>cpt</string>
<string>dtml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-xml</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/xml</string>
</array>
<key>CFBundleTypeName</key>
<string>XML Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>public.xml</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>js</string>
<string>htc</string>
<string>jscript</string>
<string>javascript</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-js</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/javascript</string>
</array>
<key>CFBundleTypeName</key>
<string>JavaScript Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.netscape.javascript-source</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pl</string>
<string>pm</string>
<string>pod</string>
<string>perl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-perl</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-perl-script</string>
</array>
<key>CFBundleTypeName</key>
<string>Perl Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.perl-script</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>py</string>
<string>rpy</string>
<string>cpy</string>
<string>python</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-py</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-python-script</string>
</array>
<key>CFBundleTypeName</key>
<string>Python Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.python-script</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>php</string>
<string>php3</string>
<string>php4</string>
<string>php5</string>
<string>ph3</string>
<string>ph4</string>
<string>phtml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-php</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/php</string>
</array>
<key>CFBundleTypeName</key>
<string>PHP Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.php-script</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>rb</string>
<string>rbw</string>
<string>rbx</string>
<string>rjs</string>
<string>rxml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-rb</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/ruby-script</string>
</array>
<key>CFBundleTypeName</key>
<string>Ruby Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.ruby-script</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sh</string>
<string>csh</string>
<string>command</string>
<string>ss</string>
<string>bashrc</string>
<string>bash_profile</string>
<string>bash_login</string>
<string>profile</string>
<string>bash_logout</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-bash</string>
<key>CFBundleTypeName</key>
<string>Shell script</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.shell-script</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>class</string>
</array>
<key>CFBundleTypeName</key>
<string>Java Class File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSIsAppleDefaultForType</key>
<false/>
<key>LSItemContentTypes</key>
<array>
<string>com.sun.java-class</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>patch</string>
<string>diff</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-patch</string>
<key>CFBundleTypeName</key>
<string>Patch File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>strings</string>
</array>
<key>CFBundleTypeName</key>
<string>Strings File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>public.strings-text</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>*</string>
</array>
<key>CFBundleTypeName</key>
<string>Text File</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>****</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>applescript</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-applescript</string>
<key>CFBundleTypeName</key>
<string>AppleScript Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.apple.applescript.text</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>as</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-as</string>
<key>CFBundleTypeName</key>
<string>ActionScript Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>asp</string>
<string>asa</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-asp</string>
<key>CFBundleTypeName</key>
<string>ASP document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>aspx</string>
<string>ascx</string>
<string>asmx</string>
<string>ashx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-asp</string>
<key>CFBundleTypeName</key>
<string>ASP.NET document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>bib</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-bib</string>
<key>CFBundleTypeName</key>
<string>BibTeX bibliography</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-cs</string>
<key>CFBundleTypeName</key>
<string>C# Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cfdg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-csfg</string>
<key>CFBundleTypeName</key>
<string>Context Free Design Grammar</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>csv</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-csv</string>
<key>CFBundleTypeName</key>
<string>Comma separated values</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tsv</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-tsv</string>
<key>CFBundleTypeName</key>
<string>Tab separated values</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cgi</string>
<string>fcgi</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-cgi</string>
<key>CFBundleTypeName</key>
<string>CGI script</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cfg</string>
<string>conf</string>
<string>config</string>
<string>htaccess</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-cfg</string>
<key>CFBundleTypeName</key>
<string>Configuration file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>css</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-css</string>
<key>CFBundleTypeName</key>
<string>Cascading style sheet</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dtd</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-dtd</string>
<key>CFBundleTypeName</key>
<string>Document Type Definition</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dylan</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-dylan</string>
<key>CFBundleTypeName</key>
<string>Dylan Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>erl</string>
<string>hrl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-erl</string>
<key>CFBundleTypeName</key>
<string>Erlang Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>fscript</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-fscript</string>
<key>CFBundleTypeName</key>
<string>F-Script Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>hs</string>
<string>lhs</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-hs</string>
<key>CFBundleTypeName</key>
<string>Haskell Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>inc</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-inc</string>
<key>CFBundleTypeName</key>
<string>Include file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ics</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-ics</string>
<key>CFBundleTypeName</key>
<string>iCalendar schedule</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ini</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-ini</string>
<key>CFBundleTypeName</key>
<string>MS Windows initialization file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>io</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-io</string>
<key>CFBundleTypeName</key>
<string>Io Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>bsh</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-bsh</string>
<key>CFBundleTypeName</key>
<string>BeanShell script</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>properties</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-properties</string>
<key>CFBundleTypeName</key>
<string>Java properties file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>jsp</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-jsp</string>
<key>CFBundleTypeName</key>
<string>Java Server Page</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>lisp</string>
<string>cl</string>
<string>l</string>
<string>lsp</string>
<string>mud</string>
<string>el</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-lisp</string>
<key>CFBundleTypeName</key>
<string>LISP Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>log</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-log</string>
<key>CFBundleTypeName</key>
<string>Log file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>wiki</string>
<string>wikipedia</string>
<string>mediawiki</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-wiki</string>
<key>CFBundleTypeName</key>
<string>Mediawiki document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ps</string>
<string>eps</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-ps</string>
<key>CFBundleTypeName</key>
<string>PostScript Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>scm</string>
<string>sch</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-sch</string>
<key>CFBundleTypeName</key>
<string>Scheme Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sql</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-sql</string>
<key>CFBundleTypeName</key>
<string>SQL Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tcl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-tcl</string>
<key>CFBundleTypeName</key>
<string>Tcl Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xsl</string>
<string>xslt</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-xsl</string>
<key>CFBundleTypeName</key>
<string>XSL stylesheet</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vcf</string>
<string>vcard</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vcf</string>
<key>CFBundleTypeName</key>
<string>Electronic business card</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vb</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vb</string>
<key>CFBundleTypeName</key>
<string>Visual Basic Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>yaml</string>
<string>yml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-yaml</string>
<key>CFBundleTypeName</key>
<string>YAML document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gtd</string>
<string>gtdlog</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-gtd</string>
<key>CFBundleTypeName</key>
<string>GTD document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>markdown</string>
<string>markd</string>
<string>mdown</string>
<string>md</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-markdown</string>
<key>CFBundleTypeName</key>
<string>Markdown document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>rst</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-rst</string>
<key>CFBundleTypeName</key>
<string>reStructuredText document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vba</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vba</string>
<key>CFBundleTypeName</key>
<string>Vimball Archive</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vhd</string>
<string>vhdl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-generic</string>
<key>CFBundleTypeName</key>
<string>VHDL Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>lua</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-generic</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-lua-script</string>
</array>
<key>CFBundleTypeName</key>
<string>Lua Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>v</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-generic</string>
<key>CFBundleTypeName</key>
<string>Verilog HDL Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vh</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-generic</string>
<key>CFBundleTypeName</key>
<string>Verilog HDL Header Source File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.26.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.qvacua.vimr.url</string>
<key>CFBundleURLSchemes</key>
<array>
<string>vimr</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>308</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionMinimumTLSVersion</key>
<string>TLSv1.2</string>
<key>NSExceptionRequiresForwardSecrecy</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSRequiresCertificateTransparency</key>
<false/>
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
<false/>
<key>NSThirdPartyExceptionMinimumTLSVersion</key>
<string>TLSv1.2</string>
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
<true/>
</dict>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>VimR.Application</string>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/qvacua/vimr/master/appcast.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>sparkle_pub.pem</string>
</dict>
</plist>