diff options
author | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2014-12-02 20:53:54 +0100 |
---|---|---|
committer | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2014-12-02 20:55:19 +0100 |
commit | e7145ae24d9e9c5d5728d4347881a8780a6b8b29 (patch) | |
tree | 31c8f93b0bfb2ec7109fe63c6e6a1540c7182650 /TOOLS/osxbundle/mpv.app/Contents/Info.plist | |
parent | 84866cac2d7d8cfc9b2fc263b61dcd1aa5759750 (diff) | |
download | mpv-e7145ae24d9e9c5d5728d4347881a8780a6b8b29.tar.bz2 mpv-e7145ae24d9e9c5d5728d4347881a8780a6b8b29.tar.xz |
cocoa: add https:// url scheme to bundle's plist
Diffstat (limited to 'TOOLS/osxbundle/mpv.app/Contents/Info.plist')
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Info.plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist index bf81a00669..c134abb173 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist +++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist @@ -210,6 +210,7 @@ <string>mms</string> <string>mmst</string> <string>http</string> + <string>https</string> <string>httpproxy</string> <string>rtp</string> <string>rtsp</string> |