mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
• `xcconfig` `MACOSX_DEPLOYMENT_TARGET` updated to 13.0 • Removed `@available` annotations for macOS < 13.0 • Removed for Big Sur fixes. This has been built and doesn’t trigger any build settings should be `xcconfig` options.
11 lines
380 B
Plaintext
11 lines
380 B
Plaintext
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
|
MARKETING_VERSION = 6.2b1
|
|
CURRENT_PROJECT_VERSION = 6115
|
|
|
|
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 = 13.0
|
|
SDKROOT = macosx;
|