From e60fb259c27821049917703f11bb97260d898d33 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 22 Apr 2019 16:29:02 -0500 Subject: [PATCH] Add feed and net newswire protocol registrations. --- iOS/Resources/Info.plist | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/iOS/Resources/Info.plist b/iOS/Resources/Info.plist index f88866a9c..6e92e87f9 100644 --- a/iOS/Resources/Info.plist +++ b/iOS/Resources/Info.plist @@ -16,6 +16,29 @@ APPL CFBundleShortVersionString 1.0 + CFBundleURLTypes + + + CFBundleTypeRole + Viewer + CFBundleURLName + com.ranchero.NetNewsWire-Evergreen.iOS.feed + CFBundleURLSchemes + + feed + + + + CFBundleTypeRole + Viewer + CFBundleURLName + com.ranchero.NetNewsWire-Evergreen.iOS + CFBundleURLSchemes + + netnewswire + + + CFBundleVersion 1 LSRequiresIPhoneOS