mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-15 10:49:14 +01:00
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
#include "./NetNewsWire_target_common.xcconfig"
|
|
|
|
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
|
MARKETING_VERSION = 5.0.1d1
|
|
CURRENT_PROJECT_VERSION = 2611
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
COMBINE_HIDPI_IMAGES = YES
|
|
MACOSX_DEPLOYMENT_TARGET = 10.14.4
|