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

218 lines
7.7 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXFileReference section */
DD11441F1B8D2BCB00721CD4 /* coreApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coreApi.h; path = ../core/coreApi.h; sourceTree = "<group>"; };
DD1144201B8D2BCB00721CD4 /* coreConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coreConfig.h; path = ../core/coreConfig.h; sourceTree = "<group>"; };
DD1144211B8D2BCB00721CD4 /* corelib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = corelib.c; path = ../core/corelib.c; sourceTree = "<group>"; };
DD1144221B8D2BCB00721CD4 /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = list.h; path = ../core/list.h; sourceTree = "<group>"; };
DD1144231B8D2BCB00721CD4 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../core/Makefile; sourceTree = "<group>"; };
DD1144241B8D2BCB00721CD4 /* memset_s.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memset_s.c; path = ../core/memset_s.c; sourceTree = "<group>"; };
DD1144251B8D2BCB00721CD4 /* osdep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = osdep.h; path = ../core/osdep.h; sourceTree = "<group>"; };
DD1144281B8D2BCB00721CD4 /* psmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = psmalloc.h; path = ../core/psmalloc.h; sourceTree = "<group>"; };
DD7AB3B51B979F6F0047DE55 /* osdep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = osdep.c; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
DD7AB3B41B979F6F0047DE55 /* POSIX */ = {
isa = PBXGroup;
children = (
DD7AB3B51B979F6F0047DE55 /* osdep.c */,
);
name = POSIX;
path = ../core/POSIX;
sourceTree = "<group>";
};
DD7EB8481B8D2A83000F7458 = {
isa = PBXGroup;
children = (
DD1144231B8D2BCB00721CD4 /* Makefile */,
DD1144201B8D2BCB00721CD4 /* coreConfig.h */,
DD11441F1B8D2BCB00721CD4 /* coreApi.h */,
DD1144211B8D2BCB00721CD4 /* corelib.c */,
DD1144241B8D2BCB00721CD4 /* memset_s.c */,
DD1144221B8D2BCB00721CD4 /* list.h */,
DD1144281B8D2BCB00721CD4 /* psmalloc.h */,
DD1144251B8D2BCB00721CD4 /* osdep.h */,
DD7AB3B41B979F6F0047DE55 /* POSIX */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
DD7EB84D1B8D2A83000F7458 /* core */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = DD7EB8501B8D2A83000F7458 /* Build configuration list for PBXLegacyTarget "core" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = ../core/;
dependencies = (
);
name = core;
passBuildSettingsInEnvironment = 1;
productName = core;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */
DD7EB8491B8D2A83000F7458 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "INSIDE Secure";
TargetAttributes = {
DD7EB84D1B8D2A83000F7458 = {
CreatedOnToolsVersion = 6.4;
};
};
};
buildConfigurationList = DD7EB84C1B8D2A83000F7458 /* Build configuration list for PBXProject "core" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = DD7EB8481B8D2A83000F7458;
projectDirPath = "";
projectRoot = "";
targets = (
DD7EB84D1B8D2A83000F7458 /* core */,
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
DD7EB84E1B8D2A83000F7458 /* 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;
};
DD7EB84F1B8D2A83000F7458 /* 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;
};
DD7EB8511B8D2A83000F7458 /* 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;
};
DD7EB8521B8D2A83000F7458 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DD7EB84C1B8D2A83000F7458 /* Build configuration list for PBXProject "core" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD7EB84E1B8D2A83000F7458 /* Debug */,
DD7EB84F1B8D2A83000F7458 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD7EB8501B8D2A83000F7458 /* Build configuration list for PBXLegacyTarget "core" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD7EB8511B8D2A83000F7458 /* Debug */,
DD7EB8521B8D2A83000F7458 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DD7EB8491B8D2A83000F7458 /* Project object */;
}