[vlc-commits] package/macosx: remove .rar from list of default file types
David Fuhrmann
git at videolan.org
Thu Mar 27 22:46:11 CET 2014
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Thu Mar 27 22:45:27 2014 +0100| [7c2652cd8b4bbb4be81aa2a928f8cafb86351b6a] | committer: David Fuhrmann
package/macosx: remove .rar from list of default file types
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c2652cd8b4bbb4be81aa2a928f8cafb86351b6a
---
extras/package/macosx/Info.plist.in | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 340c24d..e398de4 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1050,18 +1050,6 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
- <string>rar</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
- <key>CFBundleTypeName</key>
- <string>WinRAR Compressed Archive</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
<string>rec</string>
</array>
<key>CFBundleTypeIconFile</key>
More information about the vlc-commits
mailing list