From 491896e334fb27601d80f3d6c2a496fa9a26935c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 7 Sep 2021 17:06:41 -0500 Subject: [PATCH] Change theme file extension from nnwstyle to nnwtheme --- Mac/Resources/Info.plist | 12 ++++++------ iOS/Resources/Info.plist | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Mac/Resources/Info.plist b/Mac/Resources/Info.plist index b38d9c49f..ce803e9ed 100644 --- a/Mac/Resources/Info.plist +++ b/Mac/Resources/Info.plist @@ -79,15 +79,15 @@ CFBundleTypeExtensions - nnwstyle + nnwtheme CFBundleTypeName - NetNewsWire Style + NetNewsWire Theme CFBundleTypeRole Viewer LSItemContentTypes - com.ranchero.netnewswire.style + com.ranchero.netnewswire.theme LSTypeIsPackage @@ -101,16 +101,16 @@ com.apple.package UTTypeDescription - NetNewsWire Style + NetNewsWire Theme UTTypeIconFiles UTTypeIdentifier - com.ranchero.netnewswire.style + com.ranchero.netnewswire.theme UTTypeTagSpecification public.filename-extension - nnwstyle + nnwtheme diff --git a/iOS/Resources/Info.plist b/iOS/Resources/Info.plist index 537934379..577feaa2d 100644 --- a/iOS/Resources/Info.plist +++ b/iOS/Resources/Info.plist @@ -181,14 +181,14 @@ com.apple.package UTTypeDescription - NetNewsWire Style + NetNewsWire Theme UTTypeIdentifier - com.ranchero.netnewswire.style + com.ranchero.netnewswire.theme UTTypeTagSpecification public.filename-extension - nnwstyle + nnwtheme @@ -198,15 +198,15 @@ CFBundleTypeExtensions - nnwstyle + nnwtheme CFBundleTypeName - NetNewsWire Style + NetNewsWire Theme CFBundleTypeRole Viewer LSItemContentTypes - com.ranchero.netnewswire.style + com.ranchero.netnewswire.theme LSTypeIsPackage