Files
mars-matrixssl/xcode/dtlsServer.xcodeproj/project.pbxproj
Janne Johansson 0790908cb0 MatrixSSL 3.9.3
2017-06-22 16:11:29 +03:00

285 lines
9.6 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXContainerItemProxy section */
DD8B3B951BA91DEF008FCF6E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD8B3B891BA91DDE008FCF6E /* core.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = DD7EB84D1B8D2A83000F7458;
remoteInfo = core;
};
DD8B3B971BA91DF2008FCF6E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD8B3B8C1BA91DDE008FCF6E /* crypto.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = DD11442E1B8D2D7D00721CD4;
remoteInfo = crypto;
};
DD8B3B991BA91DF7008FCF6E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = DD8B3B8F1BA91DDE008FCF6E /* matrixssl.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = DD1144441B8D2EE600721CD4;
remoteInfo = matrixssl;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
877FACAB1BF5219900BF8B70 /* dtlsCommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtlsCommon.c; path = ../apps/dtls/dtlsCommon.c; sourceTree = "<group>"; };
877FACAC1BF5219900BF8B70 /* dtlsCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dtlsCommon.h; path = ../apps/dtls/dtlsCommon.h; sourceTree = "<group>"; };
877FACAD1BF5219900BF8B70 /* dtlsServer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtlsServer.c; path = ../apps/dtls/dtlsServer.c; sourceTree = "<group>"; };
877FACAE1BF5219900BF8B70 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../apps/dtls/Makefile; sourceTree = "<group>"; };
DD8B3B891BA91DDE008FCF6E /* core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = core.xcodeproj; sourceTree = "<group>"; };
DD8B3B8C1BA91DDE008FCF6E /* crypto.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = crypto.xcodeproj; sourceTree = "<group>"; };
DD8B3B8F1BA91DDE008FCF6E /* matrixssl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = matrixssl.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
DD8B3B7E1BA91D85008FCF6E = {
isa = PBXGroup;
children = (
877FACAB1BF5219900BF8B70 /* dtlsCommon.c */,
877FACAC1BF5219900BF8B70 /* dtlsCommon.h */,
877FACAD1BF5219900BF8B70 /* dtlsServer.c */,
877FACAE1BF5219900BF8B70 /* Makefile */,
DD8B3B891BA91DDE008FCF6E /* core.xcodeproj */,
DD8B3B8C1BA91DDE008FCF6E /* crypto.xcodeproj */,
DD8B3B8F1BA91DDE008FCF6E /* matrixssl.xcodeproj */,
);
sourceTree = "<group>";
};
DD8B3B8A1BA91DDE008FCF6E /* Products */ = {
isa = PBXGroup;
children = (
);
name = Products;
sourceTree = "<group>";
};
DD8B3B8D1BA91DDE008FCF6E /* Products */ = {
isa = PBXGroup;
children = (
);
name = Products;
sourceTree = "<group>";
};
DD8B3B901BA91DDE008FCF6E /* Products */ = {
isa = PBXGroup;
children = (
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
DD8B3B831BA91D85008FCF6E /* server */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = DD8B3B861BA91D85008FCF6E /* Build configuration list for PBXLegacyTarget "server" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../apps/dtls/;
dependencies = (
DD8B3B9A1BA91DF7008FCF6E /* PBXTargetDependency */,
DD8B3B981BA91DF2008FCF6E /* PBXTargetDependency */,
DD8B3B961BA91DEF008FCF6E /* PBXTargetDependency */,
);
name = server;
passBuildSettingsInEnvironment = 1;
productName = server;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
DD8B3B7F1BA91D85008FCF6E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "INSIDE Secure";
TargetAttributes = {
DD8B3B831BA91D85008FCF6E = {
CreatedOnToolsVersion = 6.4;
};
};
};
buildConfigurationList = DD8B3B821BA91D85008FCF6E /* Build configuration list for PBXProject "dtlsServer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = DD8B3B7E1BA91D85008FCF6E;
projectDirPath = "";
projectReferences = (
{
ProductGroup = DD8B3B8A1BA91DDE008FCF6E /* Products */;
ProjectRef = DD8B3B891BA91DDE008FCF6E /* core.xcodeproj */;
},
{
ProductGroup = DD8B3B8D1BA91DDE008FCF6E /* Products */;
ProjectRef = DD8B3B8C1BA91DDE008FCF6E /* crypto.xcodeproj */;
},
{
ProductGroup = DD8B3B901BA91DDE008FCF6E /* Products */;
ProjectRef = DD8B3B8F1BA91DDE008FCF6E /* matrixssl.xcodeproj */;
},
);
projectRoot = "";
targets = (
DD8B3B831BA91D85008FCF6E /* server */,
);
};
/* End PBXProject section */
/* Begin PBXTargetDependency section */
DD8B3B961BA91DEF008FCF6E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = core;
targetProxy = DD8B3B951BA91DEF008FCF6E /* PBXContainerItemProxy */;
};
DD8B3B981BA91DF2008FCF6E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = crypto;
targetProxy = DD8B3B971BA91DF2008FCF6E /* PBXContainerItemProxy */;
};
DD8B3B9A1BA91DF7008FCF6E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = matrixssl;
targetProxy = DD8B3B991BA91DF7008FCF6E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
DD8B3B841BA91D85008FCF6E /* 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 = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
DD8B3B851BA91D85008FCF6E /* 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 = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
DD8B3B871BA91D85008FCF6E /* 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;
};
DD8B3B881BA91D85008FCF6E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DD8B3B821BA91D85008FCF6E /* Build configuration list for PBXProject "dtlsServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD8B3B841BA91D85008FCF6E /* Debug */,
DD8B3B851BA91D85008FCF6E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD8B3B861BA91D85008FCF6E /* Build configuration list for PBXLegacyTarget "server" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD8B3B871BA91D85008FCF6E /* Debug */,
DD8B3B881BA91D85008FCF6E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DD8B3B7F1BA91D85008FCF6E /* Project object */;
}