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:
parent
d4807e6a88
commit
9ef680d8b9
@ -37,6 +37,8 @@
|
|||||||
<string>feed</string>
|
<string>feed</string>
|
||||||
<string>feeds</string>
|
<string>feeds</string>
|
||||||
<string>x-netnewswire-feed</string>
|
<string>x-netnewswire-feed</string>
|
||||||
|
<string>http</string>
|
||||||
|
<string>https</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user