2019-10-21 16:31:38 +02:00
|
|
|
#include "./NetNewsWire_mac_target_common.xcconfig"
|
2019-10-21 16:22:27 +02:00
|
|
|
|
|
|
|
// 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
|
|
|
|
PRODUCT_NAME = NetNewsWire
|
|
|
|
SWIFT_OBJC_BRIDGING_HEADER = Mac/NetNewsWire-Bridging-Header.h
|
2019-10-21 16:52:02 +02:00
|
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks
|