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

229 lines
10 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXFileReference section */
877FACC11BF5470600BF8B70 /* matrixsslCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixsslCheck.h; path = ../matrixssl/matrixsslCheck.h; sourceTree = "<group>"; };
DD11444A1B8D2F7A00721CD4 /* cipherSuite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cipherSuite.c; path = ../matrixssl/cipherSuite.c; sourceTree = "<group>"; };
DD11444B1B8D2F7A00721CD4 /* dtls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls.c; path = ../matrixssl/dtls.c; sourceTree = "<group>"; };
DD11444C1B8D2F7A00721CD4 /* extDecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extDecode.c; path = ../matrixssl/extDecode.c; sourceTree = "<group>"; };
DD11444D1B8D2F7A00721CD4 /* hsDecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hsDecode.c; path = ../matrixssl/hsDecode.c; sourceTree = "<group>"; };
DD11444E1B8D2F7A00721CD4 /* hsHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hsHash.c; path = ../matrixssl/hsHash.c; sourceTree = "<group>"; };
DD11444F1B8D2F7A00721CD4 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../matrixssl/Makefile; sourceTree = "<group>"; };
DD1144501B8D2F7A00721CD4 /* matrixssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = matrixssl.c; path = ../matrixssl/matrixssl.c; sourceTree = "<group>"; };
DD1144511B8D2F7A00721CD4 /* matrixsslApi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = matrixsslApi.c; path = ../matrixssl/matrixsslApi.c; sourceTree = "<group>"; };
DD1144521B8D2F7A00721CD4 /* matrixsslApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixsslApi.h; path = ../matrixssl/matrixsslApi.h; sourceTree = "<group>"; };
DD1144531B8D2F7A00721CD4 /* matrixsslConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixsslConfig.h; path = ../matrixssl/matrixsslConfig.h; sourceTree = "<group>"; };
DD1144541B8D2F7A00721CD4 /* matrixssllib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixssllib.h; path = ../matrixssl/matrixssllib.h; sourceTree = "<group>"; };
DD1144551B8D2F7A00721CD4 /* prf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = prf.c; path = ../matrixssl/prf.c; sourceTree = "<group>"; };
DD1144561B8D2F7A00721CD4 /* psk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = psk.c; path = ../matrixssl/psk.c; sourceTree = "<group>"; };
DD1144581B8D2F7A00721CD4 /* sslDecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sslDecode.c; path = ../matrixssl/sslDecode.c; sourceTree = "<group>"; };
DD1144591B8D2F7A00721CD4 /* sslEncode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sslEncode.c; path = ../matrixssl/sslEncode.c; sourceTree = "<group>"; };
DD11445A1B8D2F7A00721CD4 /* sslv3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sslv3.c; path = ../matrixssl/sslv3.c; sourceTree = "<group>"; };
DD11445B1B8D2F7A00721CD4 /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = ../matrixssl/tls.c; sourceTree = "<group>"; };
DD11445C1B8D2F7A00721CD4 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../matrixssl/version.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
DD11443F1B8D2EE600721CD4 = {
isa = PBXGroup;
children = (
DD11444F1B8D2F7A00721CD4 /* Makefile */,
DD1144531B8D2F7A00721CD4 /* matrixsslConfig.h */,
877FACC11BF5470600BF8B70 /* matrixsslCheck.h */,
DD1144521B8D2F7A00721CD4 /* matrixsslApi.h */,
DD1144541B8D2F7A00721CD4 /* matrixssllib.h */,
DD11444A1B8D2F7A00721CD4 /* cipherSuite.c */,
DD11444B1B8D2F7A00721CD4 /* dtls.c */,
DD11444C1B8D2F7A00721CD4 /* extDecode.c */,
DD11444D1B8D2F7A00721CD4 /* hsDecode.c */,
DD11444E1B8D2F7A00721CD4 /* hsHash.c */,
DD1144501B8D2F7A00721CD4 /* matrixssl.c */,
DD1144511B8D2F7A00721CD4 /* matrixsslApi.c */,
DD1144551B8D2F7A00721CD4 /* prf.c */,
DD1144561B8D2F7A00721CD4 /* psk.c */,
DD1144581B8D2F7A00721CD4 /* sslDecode.c */,
DD1144591B8D2F7A00721CD4 /* sslEncode.c */,
DD11445A1B8D2F7A00721CD4 /* sslv3.c */,
DD11445B1B8D2F7A00721CD4 /* tls.c */,
DD11445C1B8D2F7A00721CD4 /* version.h */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
DD1144441B8D2EE600721CD4 /* matrixssl */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = DD1144471B8D2EE600721CD4 /* Build configuration list for PBXLegacyTarget "matrixssl" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../matrixssl/;
dependencies = (
);
name = matrixssl;
passBuildSettingsInEnvironment = 1;
productName = matrixssl;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
DD1144401B8D2EE600721CD4 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "INSIDE Secure";
TargetAttributes = {
DD1144441B8D2EE600721CD4 = {
CreatedOnToolsVersion = 6.4;
};
};
};
buildConfigurationList = DD1144431B8D2EE600721CD4 /* Build configuration list for PBXProject "matrixssl" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = DD11443F1B8D2EE600721CD4;
projectDirPath = "";
projectRoot = "";
targets = (
DD1144441B8D2EE600721CD4 /* matrixssl */,
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
DD1144451B8D2EE600721CD4 /* 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;
ENABLE_TESTABILITY = 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;
};
DD1144461B8D2EE600721CD4 /* 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;
};
DD1144481B8D2EE600721CD4 /* 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;
};
DD1144491B8D2EE600721CD4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DD1144431B8D2EE600721CD4 /* Build configuration list for PBXProject "matrixssl" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD1144451B8D2EE600721CD4 /* Debug */,
DD1144461B8D2EE600721CD4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD1144471B8D2EE600721CD4 /* Build configuration list for PBXLegacyTarget "matrixssl" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD1144481B8D2EE600721CD4 /* Debug */,
DD1144491B8D2EE600721CD4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DD1144401B8D2EE600721CD4 /* Project object */;
}