mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
9 lines
368 B
Plaintext
9 lines
368 B
Plaintext
#include "./NetNewsWire_mac_target_common.xcconfig"
|
|
|
|
// Settings common to both the Mac Direct and Mac App Store targets
|
|
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
|