Merge pull request from faisal/re_advertise_url_scheme_handling

Add http and https to the list of CFBundleURLSchemes.
This commit is contained in:
Brent Simmons 2025-01-04 10:26:06 -08:00 committed by GitHub
commit 417ecd1987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>