From 9ef680d8b92da458d1abfc49182d01247821862c 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 f7885c0cf..436a19c7b 100644 --- a/Mac/Resources/Info.plist +++ b/Mac/Resources/Info.plist @@ -37,6 +37,8 @@ feed feeds x-netnewswire-feed + http + https