mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-13 10:12:48 +01:00
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
|
|
// 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
|