2019-10-21 00:26:52 +02:00
|
|
|
|
|
|
|
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
2020-10-19 03:25:30 +02:00
|
|
|
MARKETING_VERSION = 5.0.5
|
2020-10-30 03:41:51 +01:00
|
|
|
CURRENT_PROJECT_VERSION = 55
|
2019-10-21 00:26:52 +02:00
|
|
|
|
|
|
|
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
|