[vlc-commits] macosx: Allow to open https URLs, do not list VLC as a browser

2015-12-06 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann  | Sat 
Dec  5 17:12:22 2015 +0100| [fef83a43346b3856b869488a7cae4f970e4e8655] | 
committer: David Fuhrmann

macosx: Allow to open https URLs, do not list VLC as a browser

This allows to drop https URLs on the VLC icon as well, in addition
to http URLs.

Additionally, this removes VLC again from the list of web browsers
the user can choose in system settings --> general.

close #13672

(cherry picked from commit 66bab23eb7950a19279bad31dc642f8c87e90447)
Signed-off-by: David Fuhrmann 

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

 extras/package/macosx/Info.plist.in |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/extras/package/macosx/Info.plist.in 
b/extras/package/macosx/Info.plist.in
index 520bc15..3b1bf50 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1375,10 +1375,13 @@
CFBundleURLIconFile
generic
CFBundleURLName
-   http url
+   http(s) url
+   LSHandlerRank
+   None
CFBundleURLSchemes

http
+   https




___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] macosx: Allow to open https URLs, do not list VLC as a browser

2015-12-05 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann  | Sat Dec  5 
17:12:22 2015 +0100| [66bab23eb7950a19279bad31dc642f8c87e90447] | committer: 
David Fuhrmann

macosx: Allow to open https URLs, do not list VLC as a browser

This allows to drop https URLs on the VLC icon as well, in addition
to http URLs.

Additionally, this removes VLC again from the list of web browsers
the user can choose in system settings --> general.

close #13672

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

 extras/package/macosx/Info.plist.in |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/extras/package/macosx/Info.plist.in 
b/extras/package/macosx/Info.plist.in
index 2f80fbc..3b3977a 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -1376,10 +1376,13 @@
CFBundleURLIconFile
generic
CFBundleURLName
-   http url
+   http(s) url
+   LSHandlerRank
+   None
CFBundleURLSchemes

http
+   https




___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits