mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
- Unused code has been removed (`InteractiveLabel`) - `NavigationLink` code updated - `Async` alternative used for UNUserNotificationCenter - iOS target update to 16 to remove Storyboard related warnings
15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
|
|
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
|
MARKETING_VERSION = 6.1.1
|
|
CURRENT_PROJECT_VERSION = 6115
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
COMBINE_HIDPI_IMAGES = YES
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = 1,2
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.0
|
|
OTHER_LDFLAGS = $(inherited) -Xlinker -no_application_extension
|