Skip to content

Commit

Permalink
Jump through App Store provisioning profile hoops so that we can dist…
Browse files Browse the repository at this point in the history
…ribute the app again. Also: bump version to 6.1b2.
  • Loading branch information
brentsimmons committed Jan 18, 2022
1 parent bccbe52 commit b5f4221
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Mac/SafariExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 5 additions & 1 deletion Technotes/ReleaseNotes-Mac.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion xcconfig/NetNewsWire_safariextension_target.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions xcconfig/common/NetNewsWire_mac_target_common.xcconfig
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit b5f4221

Please sign in to comment.