diff --git a/NetNewsWire copy-Info.plist b/NetNewsWire copy-Info.plist
deleted file mode 100644
index a9c54ee1d..000000000
--- a/NetNewsWire copy-Info.plist
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIconFile
- AppIcon
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- $(MARKETING_VERSION)
- CFBundleURLTypes
-
-
- CFBundleTypeRole
- Viewer
- CFBundleURLName
- RSS Feed
- CFBundleURLSchemes
-
- feed
- feeds
-
-
-
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- LSApplicationCategoryType
- public.app-category.news
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
-
- NSUserActivityTypes
-
- com.ranchero.NetNewsWire.ReadArticle
-
- NSAppleEventsUsageDescription
- NetNewsWire communicates with other apps on your Mac when you choose to share an article.
- NSAppleScriptEnabled
-
- NSHumanReadableCopyright
- Copyright © 2002-2019 Brent Simmons. All rights reserved.
- NSMainStoryboardFile
- Main
- NSPrincipalClass
- NSApplication
- OSAScriptingDefinition
- NetNewsWire.sdef
- SUFeedURL
- https://ranchero.com/downloads/netnewswire-release.xml
- FeedURLForTestBuilds
- https://ranchero.com/downloads/netnewswire-beta.xml
- UserAgent
- NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)
-
-
diff --git a/Subscribe to Feed copy-Info.plist b/Subscribe to Feed copy-Info.plist
deleted file mode 100644
index 5f4fa8c03..000000000
--- a/Subscribe to Feed copy-Info.plist
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleDisplayName
- Subscribe to Feed
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- XPC!
- CFBundleShortVersionString
- $(MARKETING_VERSION)
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- NSExtension
-
- NSExtensionPointIdentifier
- com.apple.Safari.extension
- NSExtensionPrincipalClass
- $(PRODUCT_MODULE_NAME).SafariExtensionHandler
- SFSafariContentScript
-
-
- Script
- netnewswire-subscribe-to-feed.js
-
-
- SFSafariToolbarItem
-
- Action
- Command
- Identifier
- Button
- Image
- ToolbarItemIcon.pdf
- Label
- Subscribe to Feed
-
- SFSafariWebsiteAccess
-
- Allowed Domains
-
- *.*
-
- Level
- All
-
-
- NSHumanReadableCopyright
- Copyright © 2019 Ranchero Software. All rights reserved.
- NSHumanReadableDescription
- This extension adds a Safari toolbar button for easily subscribing to the syndication feed for the current page.
-
-
diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig
index b2da183e4..88658dd6d 100644
--- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig
+++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig
@@ -1,3 +1,4 @@
+#include "./NetNewsWire_target_common.xcconfig"
// High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 5.0.1d1
@@ -6,5 +7,4 @@ CURRENT_PROJECT_VERSION = 2611
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
COMBINE_HIDPI_IMAGES = YES
-FRAMEWORK_SEARCH_PATHS = $(inherited) $(PROJECT_DIR)/Frameworks/Vendor
MACOSX_DEPLOYMENT_TARGET = 10.14.4
diff --git a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig
index 56d45456d..bfdbc8d94 100644
--- a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig
+++ b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig
@@ -1,8 +1,8 @@
+#include "./NetNewsWire_mac_target_common.xcconfig"
// Settings common to both the Mac Direct and Mac App Store targets
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
INFOPLIST_FILE = Mac/Resources/Info.plist
-LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks
PRODUCT_NAME = NetNewsWire
SWIFT_OBJC_BRIDGING_HEADER = Mac/NetNewsWire-Bridging-Header.h