[vlc-commits] macosx: remove bogus UTTypeIconFile entry
    Marvin Scholz 
    git at videolan.org
       
    Tue Mar  3 11:09:18 CET 2020
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Mar  3 11:08:35 2020 +0100| [0be7223231bda11c26dca0616feff80bee1e321c] | committer: Marvin Scholz
macosx: remove bogus UTTypeIconFile entry
This might help with the bug that when VLC is installed, RAR archives
have no proper icon shown anymore, regardless of the app associated
as default to open the type.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0be7223231bda11c26dca0616feff80bee1e321c
---
 share/Info.plist.in | 2 --
 1 file changed, 2 deletions(-)
diff --git a/share/Info.plist.in b/share/Info.plist.in
index e382f277ca..d106a87b6d 100644
--- a/share/Info.plist.in
+++ b/share/Info.plist.in
@@ -2419,8 +2419,6 @@
 			</array>
 			<key>UTTypeDescription</key>
 			<string>RAR Archive</string>
-			<key>UTTypeIconFile</key>
-			<string>rar</string>
 			<key>UTTypeIdentifier</key>
 			<string>com.rarlab.rar-archive</string>
 			<key>UTTypeTagSpecification</key>
    
    
More information about the vlc-commits
mailing list