mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
|
MARKETING_VERSION = 6.1.5b1
|
|
CURRENT_PROJECT_VERSION = 6121
|
|
|
|
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 = 14.0
|
|
SDKROOT = macosx;
|