diff --git a/Mac/Resources/Info.plist b/Mac/Resources/Info.plist
index fea09b40e..0ce10d6e7 100644
--- a/Mac/Resources/Info.plist
+++ b/Mac/Resources/Info.plist
@@ -6,10 +6,27 @@
group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen
AppIdentifierPrefix
$(AppIdentifierPrefix)
- ITSAppUsesNonExemptEncryption
-
CFBundleDevelopmentRegion
en
+ CFBundleDocumentTypes
+
+
+ CFBundleTypeExtensions
+
+ nnwtheme
+
+ CFBundleTypeName
+ NetNewsWire Theme
+ CFBundleTypeRole
+ Viewer
+ LSItemContentTypes
+
+ com.ranchero.netnewswire.theme
+
+ LSTypeIsPackage
+
+
+
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIconFile
@@ -46,6 +63,8 @@
$(DEVELOPER_ENTITLEMENTS)
FeedURLForTestBuilds
https://ranchero.com/downloads/netnewswire-beta.xml
+ ITSAppUsesNonExemptEncryption
+
LSApplicationCategoryType
public.app-category.news
LSMinimumSystemVersion
@@ -60,7 +79,7 @@
NSAppleScriptEnabled
NSHumanReadableCopyright
- Copyright © 2002-2023 Brent Simmons. All rights reserved.
+ Copyright © 2002-2024 Brent Simmons. All rights reserved.
NSMainStoryboardFile
Main
NSPrincipalClass
@@ -75,27 +94,6 @@
$(ORGANIZATION_IDENTIFIER)
SUFeedURL
https://ranchero.com/downloads/netnewswire-release.xml
- UserAgent
- NetNewsWire (RSS Reader; https://netnewswire.com/)
- CFBundleDocumentTypes
-
-
- CFBundleTypeExtensions
-
- nnwtheme
-
- CFBundleTypeName
- NetNewsWire Theme
- CFBundleTypeRole
- Viewer
- LSItemContentTypes
-
- com.ranchero.netnewswire.theme
-
- LSTypeIsPackage
-
-
-
UTImportedTypeDeclarations
@@ -118,5 +116,7 @@
+ UserAgent
+ NetNewsWire (RSS Reader; https://netnewswire.com/)