mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
|
MARKETING_VERSION = 6.1.10b2
|
|
CURRENT_PROJECT_VERSION = 6137
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
COMBINE_HIDPI_IMAGES = YES
|
|
MACOSX_DEPLOYMENT_TARGET = 13.0
|
|
SDKROOT = macosx;
|