Skip to content

Commit

Permalink
revert mime types in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Mar 27, 2011
1 parent 85084f6 commit 0177686
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/cpp/desktop/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<string>rdata</string>
<string>rda</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/x-r-data</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>RData.icns</string>
<key>CFBundleTypeName</key>
Expand All @@ -31,10 +27,6 @@
<string>R</string>
<string>r</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-r-source</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>RSource.icns</string>
<key>CFBundleTypeName</key>
Expand All @@ -46,11 +38,6 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>Rd</string>
<string>rd</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-r-doc</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>RDoc.icns</string>
Expand All @@ -68,10 +55,6 @@
<string>snw</string>
<string>nw</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-r-sweave</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>RSweave.icns</string>
<key>CFBundleTypeName</key>
Expand All @@ -89,10 +72,6 @@
<string>bbl</string>
<string>bib</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>text/x-tex</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>RTex.icns</string>
<key>CFBundleTypeName</key>
Expand Down

0 comments on commit 0177686

Please sign in to comment.