From c043c5a65308e071d4f0cb3b63ac062437094fdb Mon Sep 17 00:00:00 2001 From: Faisal N Jawdat Date: Thu, 5 Sep 2024 17:43:28 +0100 Subject: [PATCH] Add http and https to the list of CFBundleURLSchemes. If NetNewsWire says it is able to handle http and https URL schemes, Safari will list NetNewsWire as a target in Develop > Open Page With, which provides a trivial flow for subscribing to the page or site one is currently reading in Safari. This has the advantage of providing a reasonably fast path for subscription without requiring users configure the app extension to get the functionality. --- Mac/Resources/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mac/Resources/Info.plist b/Mac/Resources/Info.plist index 63d665f84..bb4b7b846 100644 --- a/Mac/Resources/Info.plist +++ b/Mac/Resources/Info.plist @@ -37,6 +37,8 @@ feed feeds x-netnewswire-feed + http + https