From 9d41e8eec280d852ace82640fccc8dbc51f79c5d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 23 Jan 2022 21:03:04 -0800 Subject: [PATCH] Make app owner of its document type. Bump build to 6102. --- Technotes/ReleaseNotes-iOS.markdown | 2 +- iOS/Resources/Info.plist | 2 ++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index a29a3dcbe..a1732684c 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,6 +1,6 @@ # iOS Release Notes -### 6.1 TestFlight build 6101 - 23 Jan 2022 +### 6.1 TestFlight build 6102 - 23 Jan 2022 Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences. Copy URLs using repaired, rather than raw, feed links. diff --git a/iOS/Resources/Info.plist b/iOS/Resources/Info.plist index 81f8b60cf..1b350b77f 100644 --- a/iOS/Resources/Info.plist +++ b/iOS/Resources/Info.plist @@ -204,6 +204,8 @@ CFBundleTypeName NetNewsWire Theme + LSHandlerRank + Owner CFBundleTypeRole Viewer LSItemContentTypes diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index d46e9e76f..731951dec 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 6.1 -CURRENT_PROJECT_VERSION = 6101 +CURRENT_PROJECT_VERSION = 6102 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon