diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index 25fe2ec01..7a6dc13a9 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -4203,7 +4203,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/Resources/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -4212,7 +4211,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/Resources/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Test; @@ -4221,7 +4219,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5907CE02002F0FA005947E5 /* NetNewsWire_macapp_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/Resources/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -4230,7 +4227,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D519E74722EE553300923F27 /* NetNewsWire_safariextension_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/SafariExtension/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -4239,7 +4235,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D519E74722EE553300923F27 /* NetNewsWire_safariextension_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/SafariExtension/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Test; @@ -4248,7 +4243,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = D519E74722EE553300923F27 /* NetNewsWire_safariextension_target.xcconfig */; buildSettings = { - INFOPLIST_FILE = Mac/SafariExtension/Info.plist; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig index bfdbc8d94..ef3ca3ee6 100644 --- a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig @@ -6,3 +6,4 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon INFOPLIST_FILE = Mac/Resources/Info.plist PRODUCT_NAME = NetNewsWire SWIFT_OBJC_BRIDGING_HEADER = Mac/NetNewsWire-Bridging-Header.h +LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks