Add "feeds" to URL schemes handled.

This commit is contained in:
Brent Simmons 2018-09-03 18:15:19 -07:00
parent 8afdbe1e39
commit 0a1896eb17
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>feed</string> <string>feed</string>
<string>feeds</string>
</array> </array>
</dict> </dict>
</array> </array>