[vlc-commits] Support opening .xesc files on the Mac

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


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct  1 14:13:33 2012 +0200| [07461c634cc3a373f8e45b57ee3bbe2299a9a534] | committer: Felix Paul Kühne

Support opening .xesc files on the Mac

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

 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 404a86b..2261cbd 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -72,6 +72,18 @@
 		<dict>
 			<key>CFBundleTypeExtensions</key>
 			<array>
+				<string>xesc</string>
+			</array>
+			<key>CFBundleTypeIconFile</key>
+			<string>movie.icns</string>
+			<key>CFBundleTypeName</key>
+			<string>Expression Encoder Screen Capture File</string>
+			<key>CFBundleTypeRole</key>
+			<string>Viewer</string>
+		</dict>
+		<dict>
+			<key>CFBundleTypeExtensions</key>
+			<array>
 				<string>pls</string>
 			</array>
 			<key>CFBundleTypeIconFile</key>



More information about the vlc-commits mailing list