From d8354016563eafe6dc473969cbe1d10bc0043285 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sun, 4 Sep 2016 15:45:11 +0200 Subject: [PATCH] Mac: Add support for http(s) schemes to Info.plist --- src/main/Info.plist | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/Info.plist b/src/main/Info.plist index 493d1d97f..cb292833f 100644 --- a/src/main/Info.plist +++ b/src/main/Info.plist @@ -17,6 +17,21 @@ CFBundleIdentifier com.qupzilla.QupZilla + CFBundleURLTypes + + + CFBundleURLIconFile + @ICON@ + CFBundleURLName + http URL + CFBundleURLSchemes + + http + https + + + + CFBundleDocumentTypes