Jump through App Store provisioning profile hoops so that we can distribute the app again. Also: bump version to 6.1b2.

This commit is contained in:
Brent Simmons 2022-01-17 17:44:51 -08:00
parent bccbe52551
commit b5f4221518
5 changed files with 11 additions and 7 deletions

View File

@ -2,14 +2,14 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppGroup</key>
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Subscribe to Feed</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>AppGroup</key>
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>

View File

@ -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 wouldnt always quit the app as quickly as one might prefer.

View File

@ -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

View File

@ -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)

View File

@ -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;