NetNewsWire/xcconfig/common/NetNewsWire_mac_target_comm...

11 lines
381 B
Plaintext
Raw Normal View History

// High Level Settings common to both the Mac application and any extensions we bundle with it
2023-06-27 17:38:48 +02:00
MARKETING_VERSION = 6.1.4
CURRENT_PROJECT_VERSION = 6120
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
COMBINE_HIDPI_IMAGES = YES
MACOSX_DEPLOYMENT_TARGET = 10.15
SDKROOT = macosx;