[iOS] Added 'Production full' build configurations in 'CoreApi' and 'web_api' frameworks

This commit is contained in:
Alexander Boriskov 2019-12-18 13:43:11 +03:00 committed by Arsentiy Milchakov
parent 3c3e1e685e
commit 68516f09dc
2 changed files with 109 additions and 0 deletions

View file

@ -978,6 +978,98 @@
};
name = Release;
};
999602D823AA395E009FFE99 /* Production Full */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 479834EF23426C0100724D1E /* common-release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = "Production Full";
};
999602D923AA395E009FFE99 /* Production Full */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 479834EF23426C0100724D1E /* common-release.xcconfig */;
buildSettings = {
CLANG_WARN_COMMA = NO;
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = N9X2A789QT;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)",
"$(BOOST_ROOT)",
"$(OMIM_ROOT)/3party/glm",
);
INFOPLIST_FILE = CoreApi/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = CoreApi.modulemap;
PRODUCT_BUNDLE_IDENTIFIER = com.mapswithme.CoreApi;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = "Production Full";
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@ -986,6 +1078,7 @@
buildConfigurations = (
470015F52342509C00EBF03D /* Debug */,
470015F62342509C00EBF03D /* Release */,
999602D823AA395E009FFE99 /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@ -995,6 +1088,7 @@
buildConfigurations = (
470015F82342509C00EBF03D /* Debug */,
470015F92342509C00EBF03D /* Release */,
999602D923AA395E009FFE99 /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;

View file

@ -166,6 +166,19 @@
};
name = Release;
};
999602DA23AA3964009FFE99 /* Production Full */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = "Production Full";
};
999602DB23AA3964009FFE99 /* Production Full */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 450B5C7B2355F3F600E9019E /* common-release.xcconfig */;
buildSettings = {
};
name = "Production Full";
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@ -174,6 +187,7 @@
buildConfigurations = (
450B5C752355F3CF00E9019E /* Debug */,
450B5C762355F3CF00E9019E /* Release */,
999602DA23AA3964009FFE99 /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
@ -183,6 +197,7 @@
buildConfigurations = (
450B5C782355F3CF00E9019E /* Debug */,
450B5C792355F3CF00E9019E /* Release */,
999602DB23AA3964009FFE99 /* Production Full */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;