Commit c80ed324 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Info.plist: add missing URL schemes VLC supports

There may be more I forgot about..
parent 2eecbeed
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment