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.
This commit is contained in:
Faisal N Jawdat 2024-09-05 17:43:28 +01:00
parent d4807e6a88
commit 9ef680d8b9

View File

@ -37,6 +37,8 @@
<string>feed</string>
<string>feeds</string>
<string>x-netnewswire-feed</string>
<string>http</string>
<string>https</string>
</array>
</dict>
</array>