mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-01 11:36:56 +01:00
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:
parent
bccbe52551
commit
b5f4221518
@ -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>
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user