[vlc-commits] package/macosx: remove .rar from list of default file types
David Fuhrmann
git at videolan.org
Thu Mar 27 22:39:25 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at gmail.com> | Thu Mar 27 22:38:54 2014 +0100| [6dfded62968aa287de33aba1db486bc52ed11191] | committer: David Fuhrmann
package/macosx: remove .rar from list of default file types
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dfded62968aa287de33aba1db486bc52ed11191
---
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