Files
mars-matrixssl/xcode/algorithmTest.xcodeproj/project.pbxproj
2016-04-18 13:00:02 -07:00

254 lines
8.1 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXContainerItemProxy section */
DD7AB3D41B97A0800047DE55 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD7AB3CF1B97A03B0047DE55 /* core.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = DD7EB84D1B8D2A83000F7458;
remoteInfo = core;
};
DD7AB3D61B97A0800047DE55 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD7AB3CB1B97A0360047DE55 /* crypto.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = DD11442E1B8D2D7D00721CD4;
remoteInfo = crypto;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
DD7AB3B81B979FD20047DE55 /* algorithmTest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = algorithmTest.c; path = ../crypto/test/algorithmTest.c; sourceTree = "<group>"; };
DD7AB3CB1B97A0360047DE55 /* crypto.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crypto.xcodeproj; sourceTree = "<group>"; };
DD7AB3CF1B97A03B0047DE55 /* core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = core.xcodeproj; sourceTree = "<group>"; };
DD7AB3D31B97A04C0047DE55 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../crypto/test/Makefile; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
DD7AB3111B979AF40047DE55 = {
isa = PBXGroup;
children = (
DD7AB3D31B97A04C0047DE55 /* Makefile */,
DD7AB3B81B979FD20047DE55 /* algorithmTest.c */,
DD7AB3CF1B97A03B0047DE55 /* core.xcodeproj */,
DD7AB3CB1B97A0360047DE55 /* crypto.xcodeproj */,
);
sourceTree = "<group>";
};
DD7AB3CC1B97A0360047DE55 /* Products */ = {
isa = PBXGroup;
children = (
);
name = Products;
sourceTree = "<group>";
};
DD7AB3D01B97A03B0047DE55 /* Products */ = {
isa = PBXGroup;
children = (
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
DD7AB3161B979AF40047DE55 /* algorithmTest */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = DD7AB3191B979AF40047DE55 /* Build configuration list for PBXLegacyTarget "algorithmTest" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../crypto/test/;
dependencies = (
DD7AB3D51B97A0800047DE55 /* PBXTargetDependency */,
DD7AB3D71B97A0800047DE55 /* PBXTargetDependency */,
);
name = algorithmTest;
passBuildSettingsInEnvironment = 1;
productName = algorithmTest;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
DD7AB3121B979AF40047DE55 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0640;
ORGANIZATIONNAME = "INSIDE Secure";
TargetAttributes = {
DD7AB3161B979AF40047DE55 = {
CreatedOnToolsVersion = 6.4;
};
};
};
buildConfigurationList = DD7AB3151B979AF40047DE55 /* Build configuration list for PBXProject "algorithmTest" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = DD7AB3111B979AF40047DE55;
projectDirPath = "";
projectReferences = (
{
ProductGroup = DD7AB3D01B97A03B0047DE55 /* Products */;
ProjectRef = DD7AB3CF1B97A03B0047DE55 /* core.xcodeproj */;
},
{
ProductGroup = DD7AB3CC1B97A0360047DE55 /* Products */;
ProjectRef = DD7AB3CB1B97A0360047DE55 /* crypto.xcodeproj */;
},
);
projectRoot = "";
targets = (
DD7AB3161B979AF40047DE55 /* algorithmTest */,
);
};
/* End PBXProject section */
/* Begin PBXTargetDependency section */
DD7AB3D51B97A0800047DE55 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = core;
targetProxy = DD7AB3D41B97A0800047DE55 /* PBXContainerItemProxy */;
};
DD7AB3D71B97A0800047DE55 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = crypto;
targetProxy = DD7AB3D61B97A0800047DE55 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
DD7AB3171B979AF40047DE55 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
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_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = "";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
DD7AB3181B979AF40047DE55 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
MACOSX_DEPLOYMENT_TARGET = "";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
DD7AB31A1B979AF40047DE55 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUGGING_SYMBOLS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
DD7AB31B1B979AF40047DE55 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DD7AB3151B979AF40047DE55 /* Build configuration list for PBXProject "algorithmTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD7AB3171B979AF40047DE55 /* Debug */,
DD7AB3181B979AF40047DE55 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD7AB3191B979AF40047DE55 /* Build configuration list for PBXLegacyTarget "algorithmTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD7AB31A1B979AF40047DE55 /* Debug */,
DD7AB31B1B979AF40047DE55 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DD7AB3121B979AF40047DE55 /* Project object */;
}