[vlc-commits] Info.plist: add missing URL schemes VLC supports

Felix Paul Kühne git at videolan.org
Sat Mar 9 17:21:44 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Mar  9 16:43:35 2013 +0100| [c80ed324bb0c2e30e03cfadff31d1ee2c2456b2b] | committer: Felix Paul Kühne

Info.plist: add missing URL schemes VLC supports

There may be more I forgot about..

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

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

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 51ce869..e02128a 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1380,6 +1380,7 @@
 			<key>CFBundleURLSchemes</key>
 			<array>
 				<string>mms</string>
+				<string>mmsh</string>
 			</array>
 		</dict>
 		<dict>
@@ -1402,6 +1403,49 @@
 				<string>udp</string>
 			</array>
 		</dict>
+		<dict>
+			<key>CFBundleURLIconFile</key>
+			<string>generic</string>
+			<key>CFBundleURLName</key>
+			<string>rtp url</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>rtp</string>
+			</array>
+		</dict>
+        <dict>
+			<key>CFBundleURLIconFile</key>
+			<string>generic</string>
+			<key>CFBundleURLName</key>
+			<string>rtmp url</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>rtmp</string>
+				<string>rtmps</string>
+				<string>rtmpe</string>
+				<string>rtmpt</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleURLIconFile</key>
+			<string>generic</string>
+			<key>CFBundleURLName</key>
+			<string>sftp url</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>sftp</string>
+			</array>
+		</dict>
+		<dict>
+			<key>CFBundleURLIconFile</key>
+			<string>generic</string>
+			<key>CFBundleURLName</key>
+			<string>smb url</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>smb</string>
+			</array>
+		</dict>
 	</array>
 	<key>CFBundleVersion</key>
 	<string>@VERSION@</string>



More information about the vlc-commits mailing list