Merge pull request #466 from realm/sk-remove-gcov-config
Remove unused GCov_Build configuration
This commit is contained in:
commit
cb889ea8f8
|
@ -976,87 +976,6 @@
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
02F9EE1C1B6BF66300C807E8 /* GCov_Build */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_ENABLE_MODULES = YES;
|
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
|
||||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
CURRENT_PROJECT_VERSION = 0.13.2;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
|
|
||||||
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
|
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
REALM_HAVE_CONFIG,
|
|
||||||
__ASSERTMACROS__,
|
|
||||||
);
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
||||||
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;
|
|
||||||
HEADER_SEARCH_PATHS = (
|
|
||||||
"$(SRCROOT)/object-store/external/pegtl",
|
|
||||||
"$(SRCROOT)/object-store/src",
|
|
||||||
"$(SRCROOT)/../vendor",
|
|
||||||
);
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
||||||
LIBRARY_SEARCH_PATHS = ../core;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
OTHER_CPLUSPLUSFLAGS = (
|
|
||||||
"$(OTHER_CFLAGS)",
|
|
||||||
"-isystem",
|
|
||||||
../core/include,
|
|
||||||
"-ftemplate-backtrace-limit=0",
|
|
||||||
);
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
|
||||||
VERSIONING_SYSTEM = "apple-generic";
|
|
||||||
VERSION_INFO_PREFIX = "";
|
|
||||||
};
|
|
||||||
name = GCov_Build;
|
|
||||||
};
|
|
||||||
02F9EE1E1B6BF66300C807E8 /* GCov_Build */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"DEBUG=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
INFOPLIST_FILE = ../tests/ios/Info.plist;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
||||||
OTHER_CPLUSPLUSFLAGS = (
|
|
||||||
"$(OTHER_CFLAGS)",
|
|
||||||
"-isystem",
|
|
||||||
core/include,
|
|
||||||
);
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = GCov_Build;
|
|
||||||
};
|
|
||||||
F62BF8FC1CAC71780022BCDC /* Debug */ = {
|
F62BF8FC1CAC71780022BCDC /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
@ -1088,35 +1007,6 @@
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
F62BF8FD1CAC71780022BCDC /* GCov_Build */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
||||||
DYLIB_CURRENT_VERSION = 0.13.2;
|
|
||||||
EXECUTABLE_PREFIX = lib;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"REALM_PLATFORM_NODE=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
HEADER_SEARCH_PATHS = (
|
|
||||||
"$(inherited)",
|
|
||||||
"$(SRCROOT)/../node_modules/nan",
|
|
||||||
/usr/local/include/node,
|
|
||||||
);
|
|
||||||
LIBRARY_SEARCH_PATHS = (
|
|
||||||
"$(inherited)",
|
|
||||||
/usr/local/lib,
|
|
||||||
);
|
|
||||||
OTHER_LDFLAGS = (
|
|
||||||
"-lrealm",
|
|
||||||
"-luv",
|
|
||||||
"-lv8",
|
|
||||||
);
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SDKROOT = macosx;
|
|
||||||
};
|
|
||||||
name = GCov_Build;
|
|
||||||
};
|
|
||||||
F62BF8FE1CAC71780022BCDC /* Release */ = {
|
F62BF8FE1CAC71780022BCDC /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
@ -1160,15 +1050,6 @@
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
F63FF2B81C1241E500B3B8E0 /* GCov_Build */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
OTHER_LIBTOOLFLAGS = "$(SRCROOT)/../core/librealm-ios-bitcode.a";
|
|
||||||
PRODUCT_NAME = RealmJS;
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
};
|
|
||||||
name = GCov_Build;
|
|
||||||
};
|
|
||||||
F63FF2B91C1241E500B3B8E0 /* Release */ = {
|
F63FF2B91C1241E500B3B8E0 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
@ -1193,16 +1074,6 @@
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
F63FF2F71C16405D00B3B8E0 /* GCov_Build */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
HEADER_SEARCH_PATHS = "";
|
|
||||||
OTHER_LDFLAGS = "-ObjC";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
};
|
|
||||||
name = GCov_Build;
|
|
||||||
};
|
|
||||||
F63FF2F81C16405D00B3B8E0 /* Release */ = {
|
F63FF2F81C16405D00B3B8E0 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
|
@ -1220,7 +1091,6 @@
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
02B58CC51AE99CEC009B348C /* Debug */,
|
02B58CC51AE99CEC009B348C /* Debug */,
|
||||||
02F9EE1C1B6BF66300C807E8 /* GCov_Build */,
|
|
||||||
02B58CC61AE99CEC009B348C /* Release */,
|
02B58CC61AE99CEC009B348C /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
@ -1230,7 +1100,6 @@
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
02B58CCB1AE99CEC009B348C /* Debug */,
|
02B58CCB1AE99CEC009B348C /* Debug */,
|
||||||
02F9EE1E1B6BF66300C807E8 /* GCov_Build */,
|
|
||||||
02B58CCC1AE99CEC009B348C /* Release */,
|
02B58CCC1AE99CEC009B348C /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
@ -1240,7 +1109,6 @@
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
F62BF8FC1CAC71780022BCDC /* Debug */,
|
F62BF8FC1CAC71780022BCDC /* Debug */,
|
||||||
F62BF8FD1CAC71780022BCDC /* GCov_Build */,
|
|
||||||
F62BF8FE1CAC71780022BCDC /* Release */,
|
F62BF8FE1CAC71780022BCDC /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
@ -1250,7 +1118,6 @@
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
F63FF2B71C1241E500B3B8E0 /* Debug */,
|
F63FF2B71C1241E500B3B8E0 /* Debug */,
|
||||||
F63FF2B81C1241E500B3B8E0 /* GCov_Build */,
|
|
||||||
F63FF2B91C1241E500B3B8E0 /* Release */,
|
F63FF2B91C1241E500B3B8E0 /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
@ -1260,7 +1127,6 @@
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
F63FF2F61C16405D00B3B8E0 /* Debug */,
|
F63FF2F61C16405D00B3B8E0 /* Debug */,
|
||||||
F63FF2F71C16405D00B3B8E0 /* GCov_Build */,
|
|
||||||
F63FF2F81C16405D00B3B8E0 /* Release */,
|
F63FF2F81C16405D00B3B8E0 /* Release */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
|
|
Loading…
Reference in New Issue