Add feed and net newswire protocol registrations.

This commit is contained in:
Maurice Parker 2019-04-22 16:29:02 -05:00
parent 0964ac67fa
commit e60fb259c2

View File

@ -16,6 +16,29 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>com.ranchero.NetNewsWire-Evergreen.iOS.feed</string>
<key>CFBundleURLSchemes</key>
<array>
<string>feed</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>com.ranchero.NetNewsWire-Evergreen.iOS</string>
<key>CFBundleURLSchemes</key>
<array>
<string>netnewswire</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>