Files
core/HtmlRenderer/HtmlRendererTestMacOS/HtmlRendererTestMacOS.xcodeproj/project.pbxproj
Oleg.Korshul 20c5758525 Merged revision(s) from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.5_CPP:
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66199 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:45:20 +03:00

292 lines
11 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
7CC2236E1C0320EF0073FE7D /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7CC2236D1C0320EF0073FE7D /* main.mm */; };
7CC223791C0323C20073FE7D /* libDjVuFile.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC223741C0323C20073FE7D /* libDjVuFile.dylib */; };
7CC2237A1C0323C20073FE7D /* libHtmlRenderer.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC223751C0323C20073FE7D /* libHtmlRenderer.dylib */; };
7CC2237B1C0323C20073FE7D /* libPdfReader.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC223761C0323C20073FE7D /* libPdfReader.dylib */; };
7CC2237C1C0323C20073FE7D /* libPdfWriter.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC223771C0323C20073FE7D /* libPdfWriter.dylib */; };
7CC2237D1C0323C20073FE7D /* libXpsFile.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC223781C0323C20073FE7D /* libXpsFile.dylib */; };
7CC2238F1C03285A0073FE7D /* libgraphics.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CC2238E1C03285A0073FE7D /* libgraphics.a */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
7CC223681C0320EF0073FE7D /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
7CC2236A1C0320EF0073FE7D /* HtmlRendererTestMacOS */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = HtmlRendererTestMacOS; sourceTree = BUILT_PRODUCTS_DIR; };
7CC2236D1C0320EF0073FE7D /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
7CC223741C0323C20073FE7D /* libDjVuFile.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libDjVuFile.dylib; sourceTree = "<group>"; };
7CC223751C0323C20073FE7D /* libHtmlRenderer.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libHtmlRenderer.dylib; sourceTree = "<group>"; };
7CC223761C0323C20073FE7D /* libPdfReader.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libPdfReader.dylib; sourceTree = "<group>"; };
7CC223771C0323C20073FE7D /* libPdfWriter.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libPdfWriter.dylib; sourceTree = "<group>"; };
7CC223781C0323C20073FE7D /* libXpsFile.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libXpsFile.dylib; sourceTree = "<group>"; };
7CC2238E1C03285A0073FE7D /* libgraphics.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgraphics.a; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
7CC223671C0320EF0073FE7D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7CC2238F1C03285A0073FE7D /* libgraphics.a in Frameworks */,
7CC2237A1C0323C20073FE7D /* libHtmlRenderer.dylib in Frameworks */,
7CC223791C0323C20073FE7D /* libDjVuFile.dylib in Frameworks */,
7CC2237C1C0323C20073FE7D /* libPdfWriter.dylib in Frameworks */,
7CC2237D1C0323C20073FE7D /* libXpsFile.dylib in Frameworks */,
7CC2237B1C0323C20073FE7D /* libPdfReader.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
7CC223611C0320EF0073FE7D = {
isa = PBXGroup;
children = (
7CC2238E1C03285A0073FE7D /* libgraphics.a */,
7CC223741C0323C20073FE7D /* libDjVuFile.dylib */,
7CC223751C0323C20073FE7D /* libHtmlRenderer.dylib */,
7CC223761C0323C20073FE7D /* libPdfReader.dylib */,
7CC223771C0323C20073FE7D /* libPdfWriter.dylib */,
7CC223781C0323C20073FE7D /* libXpsFile.dylib */,
7CC2236C1C0320EF0073FE7D /* HtmlRendererTestMacOS */,
7CC2236B1C0320EF0073FE7D /* Products */,
);
sourceTree = "<group>";
};
7CC2236B1C0320EF0073FE7D /* Products */ = {
isa = PBXGroup;
children = (
7CC2236A1C0320EF0073FE7D /* HtmlRendererTestMacOS */,
);
name = Products;
sourceTree = "<group>";
};
7CC2236C1C0320EF0073FE7D /* HtmlRendererTestMacOS */ = {
isa = PBXGroup;
children = (
7CC2236D1C0320EF0073FE7D /* main.mm */,
);
path = HtmlRendererTestMacOS;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
7CC223691C0320EF0073FE7D /* HtmlRendererTestMacOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7CC223711C0320EF0073FE7D /* Build configuration list for PBXNativeTarget "HtmlRendererTestMacOS" */;
buildPhases = (
7CC223661C0320EF0073FE7D /* Sources */,
7CC223671C0320EF0073FE7D /* Frameworks */,
7CC223681C0320EF0073FE7D /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = HtmlRendererTestMacOS;
productName = HtmlRendererTestMacOS;
productReference = 7CC2236A1C0320EF0073FE7D /* HtmlRendererTestMacOS */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
7CC223621C0320EF0073FE7D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Ascensio System";
TargetAttributes = {
7CC223691C0320EF0073FE7D = {
CreatedOnToolsVersion = 7.1.1;
};
};
};
buildConfigurationList = 7CC223651C0320EF0073FE7D /* Build configuration list for PBXProject "HtmlRendererTestMacOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 7CC223611C0320EF0073FE7D;
productRefGroup = 7CC2236B1C0320EF0073FE7D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
7CC223691C0320EF0073FE7D /* HtmlRendererTestMacOS */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
7CC223661C0320EF0073FE7D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7CC2236E1C0320EF0073FE7D /* main.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
7CC2236F1C0320EF0073FE7D /* 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;
CODE_SIGN_IDENTITY = "-";
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_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.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
7CC223701C0320EF0073FE7D /* 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;
CODE_SIGN_IDENTITY = "-";
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.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
7CC223721C0320EF0073FE7D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
PDFREADER_USE_DYNAMIC_LIBRARY,
PDFWRITER_USE_DYNAMIC_LIBRARY,
XPS_USE_DYNAMIC_LIBRARY,
DJVU_USE_DYNAMIC_LIBRARY,
HTMLRENDERER_USE_DYNAMIC_LIBRARY,
_LINUX,
LINUX,
MAC,
_MAC,
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_CFLAGS = "-I./../../DesktopEditor/freetype-2.5.2/include";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
7CC223731C0320EF0073FE7D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_CFLAGS = "-I./../../DesktopEditor/freetype-2.5.2/include";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
7CC223651C0320EF0073FE7D /* Build configuration list for PBXProject "HtmlRendererTestMacOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7CC2236F1C0320EF0073FE7D /* Debug */,
7CC223701C0320EF0073FE7D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7CC223711C0320EF0073FE7D /* Build configuration list for PBXNativeTarget "HtmlRendererTestMacOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7CC223721C0320EF0073FE7D /* Debug */,
7CC223731C0320EF0073FE7D /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 7CC223621C0320EF0073FE7D /* Project object */;
}