13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
|
|
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
|
MARKETING_VERSION = 5.0.5
|
|
CURRENT_PROJECT_VERSION = 56
|
|
|
|
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
|