project.pbxproj   [plain text]


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

/* Begin PBXBuildFile section */
		052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E609894ADA00E7641D /* CMSDecoder.h */; settings = {ATTRIBUTES = (); }; };
		052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E709894ADA00E7641D /* CMSEncoder.h */; settings = {ATTRIBUTES = (); }; };
		052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E809894ADA00E7641D /* CMSPrivate.h */; settings = {ATTRIBUTES = (); }; };
		052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E909894ADA00E7641D /* CMSUtils.h */; };
		052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F409894AF300E7641D /* CMSDecoder.cpp */; };
		052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F509894AF300E7641D /* CMSEncoder.cpp */; };
		052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F609894AF300E7641D /* CMSUtils.cpp */; };
		D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */; };
		D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */; };
		D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334571BE29F5200D8C1EF /* cms_regressions.h */; };
		D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */; };
		D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		052C07E609894ADA00E7641D /* CMSDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSDecoder.h; sourceTree = "<group>"; };
		052C07E709894ADA00E7641D /* CMSEncoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSEncoder.h; sourceTree = "<group>"; };
		052C07E809894ADA00E7641D /* CMSPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSPrivate.h; sourceTree = "<group>"; };
		052C07E909894ADA00E7641D /* CMSUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSUtils.h; sourceTree = "<group>"; };
		052C07F409894AF300E7641D /* CMSDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSDecoder.cpp; sourceTree = "<group>"; };
		052C07F509894AF300E7641D /* CMSEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSEncoder.cpp; sourceTree = "<group>"; };
		052C07F609894AF300E7641D /* CMSUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSUtils.cpp; sourceTree = "<group>"; };
		18446177146E984400B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
		18446178146E984400B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
		18446179146E984400B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
		1844617A146E984400B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
		4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_cms.a; sourceTree = BUILT_PRODUCTS_DIR; };
		D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-trust-settings-test.c"; path = "regressions/cms-trust-settings-test.c"; sourceTree = "<group>"; };
		D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-trust-settings-test.h"; path = "regressions/cms-trust-settings-test.h"; sourceTree = "<group>"; };
		D4C334571BE29F5200D8C1EF /* cms_regressions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cms_regressions.h; path = regressions/cms_regressions.h; sourceTree = "<group>"; };
		D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecurity_cms_regressions.a; sourceTree = BUILT_PRODUCTS_DIR; };
		D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-hashagility-test.c"; path = "regressions/cms-hashagility-test.c"; sourceTree = "<group>"; };
		D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-hashagility-test.h"; path = "regressions/cms-hashagility-test.h"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D4C334591BE2A2B100D8C1EF /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		18446176146E984400B12992 /* config */ = {
			isa = PBXGroup;
			children = (
				18446177146E984400B12992 /* base.xcconfig */,
				18446178146E984400B12992 /* debug.xcconfig */,
				18446179146E984400B12992 /* lib.xcconfig */,
				1844617A146E984400B12992 /* release.xcconfig */,
			);
			name = config;
			path = ../config;
			sourceTree = "<group>";
		};
		4C308388053237100028A8C6 /* lib */ = {
			isa = PBXGroup;
			children = (
				052C07F409894AF300E7641D /* CMSDecoder.cpp */,
				052C07F509894AF300E7641D /* CMSEncoder.cpp */,
				052C07F609894AF300E7641D /* CMSUtils.cpp */,
				052C07E609894ADA00E7641D /* CMSDecoder.h */,
				052C07E709894ADA00E7641D /* CMSEncoder.h */,
				052C07E809894ADA00E7641D /* CMSPrivate.h */,
				052C07E909894ADA00E7641D /* CMSUtils.h */,
			);
			path = lib;
			sourceTree = "<group>";
		};
		4CA1FEA7052A3C3800F22E42 = {
			isa = PBXGroup;
			children = (
				D4C334561BE29F1700D8C1EF /* regressions */,
				4C308388053237100028A8C6 /* lib */,
				18446176146E984400B12992 /* config */,
				4CA1FEBF052A3C8100F22E42 /* Products */,
			);
			sourceTree = "<group>";
		};
		4CA1FEBF052A3C8100F22E42 /* Products */ = {
			isa = PBXGroup;
			children = (
				4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */,
				D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		D4C334561BE29F1700D8C1EF /* regressions */ = {
			isa = PBXGroup;
			children = (
				D4C334571BE29F5200D8C1EF /* cms_regressions.h */,
				D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */,
				D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */,
				D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */,
				D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */,
			);
			name = regressions;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		4CA1FEB9052A3C8100F22E42 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */,
				052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */,
				052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */,
				052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D4C3345A1BE2A2B100D8C1EF /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */,
				D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */,
				D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */;
			buildPhases = (
				4CA1FEB9052A3C8100F22E42 /* Headers */,
				4CA1FEBA052A3C8100F22E42 /* Sources */,
				4CA1FEBB052A3C8100F22E42 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = libsecurity_cms;
			productName = libsecurity_cms;
			productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */;
			productType = "com.apple.product-type.library.static";
		};
		D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */;
			buildPhases = (
				D4C334581BE2A2B100D8C1EF /* Sources */,
				D4C334591BE2A2B100D8C1EF /* Frameworks */,
				D4C3345A1BE2A2B100D8C1EF /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = libsecurity_cms_regressions;
			productName = libsecurity_cms_regressions;
			productReference = D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		4CA1FEAB052A3C3800F22E42 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0810;
				TargetAttributes = {
					D4C3345B1BE2A2B100D8C1EF = {
						CreatedOnToolsVersion = 7.1;
					};
				};
			};
			buildConfigurationList = C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				en,
			);
			mainGroup = 4CA1FEA7052A3C3800F22E42;
			productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */,
				D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		4CA1FEBA052A3C8100F22E42 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */,
				052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */,
				052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		D4C334581BE2A2B100D8C1EF /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */,
				D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		C263E67609A2971B000043F1 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 18446178146E984400B12992 /* debug.xcconfig */;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
			};
			name = Debug;
		};
		C263E67809A2971B000043F1 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 1844617A146E984400B12992 /* release.xcconfig */;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
			};
			name = Release;
		};
		C263E67A09A2971B000043F1 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPRESSION = lossless;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
				ONLY_ACTIVE_ARCH = YES;
			};
			name = Debug;
		};
		C263E67C09A2971B000043F1 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPRESSION = "respect-asset-catalog";
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_FUNCTION = YES;
			};
			name = Release;
		};
		D4C3345E1BE2A2B100D8C1EF /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CODE_SIGN_IDENTITY = "-";
				COMBINE_HIDPI_IMAGES = YES;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				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 = YES;
				ONLY_ACTIVE_ARCH = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = macosx.internal;
			};
			name = Debug;
		};
		D4C3345F1BE2A2B100D8C1EF /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CODE_SIGN_IDENTITY = "-";
				COMBINE_HIDPI_IMAGES = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				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_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MTL_ENABLE_DEBUG_INFO = NO;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = macosx.internal;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C263E67609A2971B000043F1 /* Debug */,
				C263E67809A2971B000043F1 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C263E67A09A2971B000043F1 /* Debug */,
				C263E67C09A2971B000043F1 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				D4C3345E1BE2A2B100D8C1EF /* Debug */,
				D4C3345F1BE2A2B100D8C1EF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;
}