shithub: openh264

ref: cab66c93a7a34958897f1a9e426e34c99119bcd9
dir: /codec/build/iOS/common/common.xcodeproj/project.pbxproj/

View raw version
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		4C3406C918D96EA600DFA14A /* arm_arch_common_macro.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406B218D96EA600DFA14A /* arm_arch_common_macro.S */; };
		4C3406CA18D96EA600DFA14A /* deblocking_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406B318D96EA600DFA14A /* deblocking_neon.S */; };
		4C3406CB18D96EA600DFA14A /* expand_picture_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406B418D96EA600DFA14A /* expand_picture_neon.S */; };
		4C3406CC18D96EA600DFA14A /* mc_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406B518D96EA600DFA14A /* mc_neon.S */; };
		4C3406CD18D96EA600DFA14A /* cpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406C418D96EA600DFA14A /* cpu.cpp */; };
		4C3406CE18D96EA600DFA14A /* crt_util_safe_x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406C518D96EA600DFA14A /* crt_util_safe_x.cpp */; };
		4C3406CF18D96EA600DFA14A /* deblocking_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406C618D96EA600DFA14A /* deblocking_common.cpp */; };
		4C3406D018D96EA600DFA14A /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406C718D96EA600DFA14A /* logging.cpp */; };
		4C3406D118D96EA600DFA14A /* WelsThreadLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C3406C818D96EA600DFA14A /* WelsThreadLib.cpp */; };
		4CE443D918B722CD0017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE443D818B722CD0017DF25 /* Foundation.framework */; };
		4CE443E718B722CD0017DF25 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE443E618B722CD0017DF25 /* XCTest.framework */; };
		4CE443E818B722CD0017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE443D818B722CD0017DF25 /* Foundation.framework */; };
		4CE443EA18B722CD0017DF25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE443E918B722CD0017DF25 /* UIKit.framework */; };
		4CE443ED18B722CD0017DF25 /* libcommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE443D518B722CD0017DF25 /* libcommon.a */; };
		4CE443F318B722CD0017DF25 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4CE443F118B722CD0017DF25 /* InfoPlist.strings */; };
		4CE443F518B722CD0017DF25 /* commonTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE443F418B722CD0017DF25 /* commonTests.m */; };
		FAABAA1818E9354A00D4186F /* sad_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAABAA1718E9354A00D4186F /* sad_common.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		4CE443EB18B722CD0017DF25 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 4CE443CD18B722CC0017DF25 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 4CE443D418B722CD0017DF25;
			remoteInfo = common;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
		4CE443D318B722CD0017DF25 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = "include/$(PRODUCT_NAME)";
			dstSubfolderSpec = 16;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		4C3406B218D96EA600DFA14A /* arm_arch_common_macro.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = arm_arch_common_macro.S; sourceTree = "<group>"; };
		4C3406B318D96EA600DFA14A /* deblocking_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = deblocking_neon.S; sourceTree = "<group>"; };
		4C3406B418D96EA600DFA14A /* expand_picture_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = expand_picture_neon.S; sourceTree = "<group>"; };
		4C3406B518D96EA600DFA14A /* mc_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mc_neon.S; sourceTree = "<group>"; };
		4C3406B718D96EA600DFA14A /* cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu.h; sourceTree = "<group>"; };
		4C3406B818D96EA600DFA14A /* cpu_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu_core.h; sourceTree = "<group>"; };
		4C3406B918D96EA600DFA14A /* crt_util_safe_x.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crt_util_safe_x.h; sourceTree = "<group>"; };
		4C3406BA18D96EA600DFA14A /* deblocking_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deblocking_common.h; sourceTree = "<group>"; };
		4C3406BB18D96EA600DFA14A /* expand_picture_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = expand_picture_common.h; sourceTree = "<group>"; };
		4C3406BC18D96EA600DFA14A /* logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = logging.h; sourceTree = "<group>"; };
		4C3406BD18D96EA600DFA14A /* ls_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ls_defines.h; sourceTree = "<group>"; };
		4C3406BE18D96EA600DFA14A /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macros.h; sourceTree = "<group>"; };
		4C3406BF18D96EA600DFA14A /* mc_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mc_common.h; sourceTree = "<group>"; };
		4C3406C018D96EA600DFA14A /* measure_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = measure_time.h; sourceTree = "<group>"; };
		4C3406C118D96EA600DFA14A /* typedefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = typedefs.h; sourceTree = "<group>"; };
		4C3406C218D96EA600DFA14A /* WelsThreadLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WelsThreadLib.h; sourceTree = "<group>"; };
		4C3406C418D96EA600DFA14A /* cpu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cpu.cpp; sourceTree = "<group>"; };
		4C3406C518D96EA600DFA14A /* crt_util_safe_x.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = crt_util_safe_x.cpp; sourceTree = "<group>"; };
		4C3406C618D96EA600DFA14A /* deblocking_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = deblocking_common.cpp; sourceTree = "<group>"; };
		4C3406C718D96EA600DFA14A /* logging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cpp; sourceTree = "<group>"; };
		4C3406C818D96EA600DFA14A /* WelsThreadLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WelsThreadLib.cpp; sourceTree = "<group>"; };
		4CE443D518B722CD0017DF25 /* libcommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcommon.a; sourceTree = BUILT_PRODUCTS_DIR; };
		4CE443D818B722CD0017DF25 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		4CE443E518B722CD0017DF25 /* commonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = commonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		4CE443E618B722CD0017DF25 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
		4CE443E918B722CD0017DF25 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
		4CE443F018B722CD0017DF25 /* commonTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "commonTests-Info.plist"; sourceTree = "<group>"; };
		4CE443F218B722CD0017DF25 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		4CE443F418B722CD0017DF25 /* commonTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = commonTests.m; sourceTree = "<group>"; };
		FAABAA1618E9353F00D4186F /* sad_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sad_common.h; sourceTree = "<group>"; };
		FAABAA1718E9354A00D4186F /* sad_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sad_common.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		4CE443D218B722CD0017DF25 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				4CE443D918B722CD0017DF25 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		4CE443E218B722CD0017DF25 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				4CE443E718B722CD0017DF25 /* XCTest.framework in Frameworks */,
				4CE443EA18B722CD0017DF25 /* UIKit.framework in Frameworks */,
				4CE443ED18B722CD0017DF25 /* libcommon.a in Frameworks */,
				4CE443E818B722CD0017DF25 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		4C3406B118D96EA600DFA14A /* arm */ = {
			isa = PBXGroup;
			children = (
				4C3406B218D96EA600DFA14A /* arm_arch_common_macro.S */,
				4C3406B318D96EA600DFA14A /* deblocking_neon.S */,
				4C3406B418D96EA600DFA14A /* expand_picture_neon.S */,
				4C3406B518D96EA600DFA14A /* mc_neon.S */,
			);
			path = arm;
			sourceTree = "<group>";
		};
		4C3406B618D96EA600DFA14A /* inc */ = {
			isa = PBXGroup;
			children = (
				FAABAA1618E9353F00D4186F /* sad_common.h */,
				4C3406B718D96EA600DFA14A /* cpu.h */,
				4C3406B818D96EA600DFA14A /* cpu_core.h */,
				4C3406B918D96EA600DFA14A /* crt_util_safe_x.h */,
				4C3406BA18D96EA600DFA14A /* deblocking_common.h */,
				4C3406BB18D96EA600DFA14A /* expand_picture_common.h */,
				4C3406BC18D96EA600DFA14A /* logging.h */,
				4C3406BD18D96EA600DFA14A /* ls_defines.h */,
				4C3406BE18D96EA600DFA14A /* macros.h */,
				4C3406BF18D96EA600DFA14A /* mc_common.h */,
				4C3406C018D96EA600DFA14A /* measure_time.h */,
				4C3406C118D96EA600DFA14A /* typedefs.h */,
				4C3406C218D96EA600DFA14A /* WelsThreadLib.h */,
			);
			path = inc;
			sourceTree = "<group>";
		};
		4C3406C318D96EA600DFA14A /* src */ = {
			isa = PBXGroup;
			children = (
				FAABAA1718E9354A00D4186F /* sad_common.cpp */,
				4C3406C418D96EA600DFA14A /* cpu.cpp */,
				4C3406C518D96EA600DFA14A /* crt_util_safe_x.cpp */,
				4C3406C618D96EA600DFA14A /* deblocking_common.cpp */,
				4C3406C718D96EA600DFA14A /* logging.cpp */,
				4C3406C818D96EA600DFA14A /* WelsThreadLib.cpp */,
			);
			path = src;
			sourceTree = "<group>";
		};
		4CE443CC18B722CC0017DF25 = {
			isa = PBXGroup;
			children = (
				4CE4472F18BC61650017DF25 /* common */,
				4CE443EE18B722CD0017DF25 /* commonTests */,
				4CE443D718B722CD0017DF25 /* Frameworks */,
				4CE443D618B722CD0017DF25 /* Products */,
			);
			sourceTree = "<group>";
		};
		4CE443D618B722CD0017DF25 /* Products */ = {
			isa = PBXGroup;
			children = (
				4CE443D518B722CD0017DF25 /* libcommon.a */,
				4CE443E518B722CD0017DF25 /* commonTests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		4CE443D718B722CD0017DF25 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				4CE443D818B722CD0017DF25 /* Foundation.framework */,
				4CE443E618B722CD0017DF25 /* XCTest.framework */,
				4CE443E918B722CD0017DF25 /* UIKit.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		4CE443EE18B722CD0017DF25 /* commonTests */ = {
			isa = PBXGroup;
			children = (
				4CE443F418B722CD0017DF25 /* commonTests.m */,
				4CE443EF18B722CD0017DF25 /* Supporting Files */,
			);
			path = commonTests;
			sourceTree = "<group>";
		};
		4CE443EF18B722CD0017DF25 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				4CE443F018B722CD0017DF25 /* commonTests-Info.plist */,
				4CE443F118B722CD0017DF25 /* InfoPlist.strings */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		4CE4472F18BC61650017DF25 /* common */ = {
			isa = PBXGroup;
			children = (
				4C3406B118D96EA600DFA14A /* arm */,
				4C3406B618D96EA600DFA14A /* inc */,
				4C3406C318D96EA600DFA14A /* src */,
			);
			name = common;
			path = ../../../common;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		4CE443D418B722CD0017DF25 /* common */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 4CE443F818B722CD0017DF25 /* Build configuration list for PBXNativeTarget "common" */;
			buildPhases = (
				4CE443D118B722CD0017DF25 /* Sources */,
				4CE443D218B722CD0017DF25 /* Frameworks */,
				4CE443D318B722CD0017DF25 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = common;
			productName = common;
			productReference = 4CE443D518B722CD0017DF25 /* libcommon.a */;
			productType = "com.apple.product-type.library.static";
		};
		4CE443E418B722CD0017DF25 /* commonTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 4CE443FB18B722CD0017DF25 /* Build configuration list for PBXNativeTarget "commonTests" */;
			buildPhases = (
				4CE443E118B722CD0017DF25 /* Sources */,
				4CE443E218B722CD0017DF25 /* Frameworks */,
				4CE443E318B722CD0017DF25 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				4CE443EC18B722CD0017DF25 /* PBXTargetDependency */,
			);
			name = commonTests;
			productName = commonTests;
			productReference = 4CE443E518B722CD0017DF25 /* commonTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		4CE443CD18B722CC0017DF25 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0500;
				ORGANIZATIONNAME = video;
			};
			buildConfigurationList = 4CE443D018B722CC0017DF25 /* Build configuration list for PBXProject "common" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 4CE443CC18B722CC0017DF25;
			productRefGroup = 4CE443D618B722CD0017DF25 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				4CE443D418B722CD0017DF25 /* common */,
				4CE443E418B722CD0017DF25 /* commonTests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		4CE443E318B722CD0017DF25 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				4CE443F318B722CD0017DF25 /* InfoPlist.strings in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		4CE443D118B722CD0017DF25 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				4C3406C918D96EA600DFA14A /* arm_arch_common_macro.S in Sources */,
				4C3406CE18D96EA600DFA14A /* crt_util_safe_x.cpp in Sources */,
				4C3406CF18D96EA600DFA14A /* deblocking_common.cpp in Sources */,
				4C3406D018D96EA600DFA14A /* logging.cpp in Sources */,
				4C3406D118D96EA600DFA14A /* WelsThreadLib.cpp in Sources */,
				4C3406CC18D96EA600DFA14A /* mc_neon.S in Sources */,
				4C3406CB18D96EA600DFA14A /* expand_picture_neon.S in Sources */,
				4C3406CD18D96EA600DFA14A /* cpu.cpp in Sources */,
				4C3406CA18D96EA600DFA14A /* deblocking_neon.S in Sources */,
				FAABAA1818E9354A00D4186F /* sad_common.cpp in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		4CE443E118B722CD0017DF25 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				4CE443F518B722CD0017DF25 /* commonTests.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		4CE443EC18B722CD0017DF25 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 4CE443D418B722CD0017DF25 /* common */;
			targetProxy = 4CE443EB18B722CD0017DF25 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
		4CE443F118B722CD0017DF25 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				4CE443F218B722CD0017DF25 /* en */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		4CE443F618B722CD0017DF25 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				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__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				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;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		4CE443F718B722CD0017DF25 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				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__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = YES;
				ENABLE_NS_ASSERTIONS = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				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;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		4CE443F918B722CD0017DF25 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD)";
				CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
				CLANG_CXX_LIBRARY = "compiler-default";
				CODE_SIGN_IDENTITY = "iPhone Developer";
				DSTROOT = /tmp/common.dst;
				GCC_C_LANGUAGE_STANDARD = "compiler-default";
				GCC_OPTIMIZATION_LEVEL = 3;
				GCC_PREPROCESSOR_DEFINITIONS = "";
				"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*]" = (
					APPLE_IOS,
					HAVE_NEON,
				);
				"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*]" = (
					APPLE_IOS,
				);
				IPHONEOS_DEPLOYMENT_TARGET = 6.1;
				ONLY_ACTIVE_ARCH = NO;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Debug;
		};
		4CE443FA18B722CD0017DF25 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD)";
				CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
				CLANG_CXX_LIBRARY = "compiler-default";
				CODE_SIGN_IDENTITY = "iPhone Developer";
				DSTROOT = /tmp/common.dst;
				GCC_C_LANGUAGE_STANDARD = "compiler-default";
				"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*]" = (
					APPLE_IOS,
					HAVE_NEON,
				);
				"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*]" = (
					APPLE_IOS,
				);
				IPHONEOS_DEPLOYMENT_TARGET = 6.1;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
			};
			name = Release;
		};
		4CE443FC18B722CD0017DF25 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "common/common-Prefix.pch";
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				INFOPLIST_FILE = "commonTests/commonTests-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Debug;
		};
		4CE443FD18B722CD0017DF25 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
				FRAMEWORK_SEARCH_PATHS = (
					"$(SDKROOT)/Developer/Library/Frameworks",
					"$(inherited)",
					"$(DEVELOPER_FRAMEWORKS_DIR)",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "common/common-Prefix.pch";
				INFOPLIST_FILE = "commonTests/commonTests-Info.plist";
				PRODUCT_NAME = "$(TARGET_NAME)";
				WRAPPER_EXTENSION = xctest;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		4CE443D018B722CC0017DF25 /* Build configuration list for PBXProject "common" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4CE443F618B722CD0017DF25 /* Debug */,
				4CE443F718B722CD0017DF25 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4CE443F818B722CD0017DF25 /* Build configuration list for PBXNativeTarget "common" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4CE443F918B722CD0017DF25 /* Debug */,
				4CE443FA18B722CD0017DF25 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		4CE443FB18B722CD0017DF25 /* Build configuration list for PBXNativeTarget "commonTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				4CE443FC18B722CD0017DF25 /* Debug */,
				4CE443FD18B722CD0017DF25 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 4CE443CD18B722CC0017DF25 /* Project object */;
}