[vlc-commits] Support opening of wtv files on the Mac

Felix Paul Kühne git at videolan.org
Mon Oct 1 14:09:32 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct  1 14:09:27 2012 +0200| [517050c8b0f524e2b034680db861f69cc1a74a0b] | committer: Felix Paul Kühne

Support opening of wtv files on the Mac

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=517050c8b0f524e2b034680db861f69cc1a74a0b
---

 extras/package/macosx/Info.plist.in |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index f48dd00..404a86b 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -768,6 +768,18 @@
 		<dict>
 			<key>CFBundleTypeExtensions</key>
 			<array>
+				<string>wtv</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>generic.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Windows Recorded TV Show</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
 				<string>mpg</string>
 				<string>mpeg</string>
 				<string>mpeg1</string>



More information about the vlc-commits mailing list