diff --git a/Mac/SafariExtension/Info.plist b/Mac/SafariExtension/Info.plist index d4eb31b06..9cf563d89 100644 --- a/Mac/SafariExtension/Info.plist +++ b/Mac/SafariExtension/Info.plist @@ -2,14 +2,14 @@ + AppGroup + group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Subscribe to Feed CFBundleExecutable $(EXECUTABLE_NAME) - AppGroup - group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index d520981f8..6b2d68354 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,9 +1,13 @@ # Mac Release Notes +### 6.1b2 build 6101 - 17 Jan 2022 + +Dealt with provisioning profiles, certificates, and IDs. Made notarization service happy. + ### 6.1b1 build 6100 - 9 Jan 2022 Article themes. Several themes ship with the app, and you can create your own. You can change the theme in Preferences or by adding the theme switcher to the toolbar. -Copy URLs using repaired rather than raw feed links. +Copy URLs using repaired, rather than raw, feed links. Restore article scroll position on relaunching app. Added Copy Article URL and Copy External URL commands to the Edit menu. Fixed a bug where using cmd-Q wouldn’t always quit the app as quickly as one might prefer. diff --git a/xcconfig/NetNewsWire_safariextension_target.xcconfig b/xcconfig/NetNewsWire_safariextension_target.xcconfig index ead1b8831..e41f01315 100644 --- a/xcconfig/NetNewsWire_safariextension_target.xcconfig +++ b/xcconfig/NetNewsWire_safariextension_target.xcconfig @@ -37,7 +37,7 @@ PROVISIONING_PROFILE_SPECIFIER = CODE_SIGN_ENTITLEMENTS = Mac/SafariExtension/Subscribe_to_Feed.entitlements INFOPLIST_FILE = Mac/SafariExtension/Info.plist LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks -PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen.Subscribe-to-Feed +PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen.SubscribeToFeed PRODUCT_NAME = $(TARGET_NAME) SDKROOT = macosx diff --git a/xcconfig/NetNewsWire_safariextension_target_macappstore.xcconfig b/xcconfig/NetNewsWire_safariextension_target_macappstore.xcconfig index 127fecec6..d1b419d6a 100644 --- a/xcconfig/NetNewsWire_safariextension_target_macappstore.xcconfig +++ b/xcconfig/NetNewsWire_safariextension_target_macappstore.xcconfig @@ -37,7 +37,7 @@ PROVISIONING_PROFILE_SPECIFIER = CODE_SIGN_ENTITLEMENTS = Mac/SafariExtension/Subscribe_to_Feed.entitlements INFOPLIST_FILE = Mac/SafariExtension/Info.plist LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks -PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.Subscribe-to-Feed +PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS.SubscribeToFeed PRODUCT_NAME = $(TARGET_NAME) OTHER_SWIFT_FLAGS = -DMAC_APP_STORE $(inherited) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 8428c1200..ae98de640 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 6.1b1 -CURRENT_PROJECT_VERSION = 6100 +MARKETING_VERSION = 6.1b2 +CURRENT_PROJECT_VERSION = 6101 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;