Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
fc2707f0
Commit
fc2707f0
authored
Dec 15, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/ONLYOFFICE/core
into develop
parents
ea5ebe72
cdead54f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
380 additions
and
44 deletions
+380
-44
Common/DocxFormat/Mac/DocxFormatLib.xcodeproj/project.pbxproj
...on/DocxFormat/Mac/DocxFormatLib.xcodeproj/project.pbxproj
+0
-20
UnicodeConverter/build/UnicodeConverter/UnicodeConverter.xcodeproj/project.pbxproj
...icodeConverter/UnicodeConverter.xcodeproj/project.pbxproj
+302
-0
UnicodeConverter/build/UnicodeConverter/UnicodeConverter.xcodeproj/project.xcworkspace/contents.xcworkspacedata
...er.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+7
-0
UnicodeConverter/build/UnicodeConverter/UnicodeConverter/NOTE.txt
...onverter/build/UnicodeConverter/UnicodeConverter/NOTE.txt
+1
-0
X2tConverter/build/Mac/X2tConverter/X2tConverter.xcodeproj/project.pbxproj
...d/Mac/X2tConverter/X2tConverter.xcodeproj/project.pbxproj
+45
-2
X2tConverter/test/iosTest/iosTest.xcodeproj/project.pbxproj
X2tConverter/test/iosTest/iosTest.xcodeproj/project.pbxproj
+25
-22
No files found.
Common/DocxFormat/Mac/DocxFormatLib.xcodeproj/project.pbxproj
View file @
fc2707f0
...
...
@@ -9,9 +9,6 @@
/* Begin PBXBuildFile section */
1732414A1BBEC90000E67992
/* pole.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
173241431BBEC90000E67992
/* pole.cpp */
;
};
1732414C1BBEC90000E67992
/* pole.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
173241441BBEC90000E67992
/* pole.h */
;
};
1732463D1BBEDC2C00E67992
/* UnicodeConverter_Encodings.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
173246391BBEDC2C00E67992
/* UnicodeConverter_Encodings.h */
;
};
1732463F1BBEDC2C00E67992
/* UnicodeConverter.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
1732463A1BBEDC2C00E67992
/* UnicodeConverter.cpp */
;
};
173246411BBEDC2C00E67992
/* UnicodeConverter.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
1732463B1BBEDC2C00E67992
/* UnicodeConverter.h */
;
};
17C1FB941ACC4250006B99B3
/* Hyperlink.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17E6A0621AC4262700F28F8B
/* Hyperlink.cpp */
;
};
17C1FB951ACC4250006B99B3
/* Sdt.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17E6A06D1AC4262700F28F8B
/* Sdt.cpp */
;
};
17C1FB961ACC4250006B99B3
/* oMathContent.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17E6A0801AC4262700F28F8B
/* oMathContent.cpp */
;
};
...
...
@@ -264,9 +261,6 @@
/* Begin PBXFileReference section */
173241431BBEC90000E67992
/* pole.cpp */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
path
=
pole.cpp
;
sourceTree
=
"<group>"
;
};
173241441BBEC90000E67992
/* pole.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
pole.h
;
sourceTree
=
"<group>"
;
};
173246391BBEDC2C00E67992
/* UnicodeConverter_Encodings.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
UnicodeConverter_Encodings.h
;
path
=
../../../UnicodeConverter/UnicodeConverter_Encodings.h
;
sourceTree
=
"<group>"
;
};
1732463A1BBEDC2C00E67992
/* UnicodeConverter.cpp */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
UnicodeConverter.cpp
;
path
=
../../../UnicodeConverter/UnicodeConverter.cpp
;
sourceTree
=
"<group>"
;
};
1732463B1BBEDC2C00E67992
/* UnicodeConverter.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
UnicodeConverter.h
;
path
=
../../../UnicodeConverter/UnicodeConverter.h
;
sourceTree
=
"<group>"
;
};
17C1FC9C1ACC4250006B99B3
/* libDocxFormatLib_ios.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
includeInIndex
=
0
;
path
=
libDocxFormatLib_ios.a
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
17E69FED1AC4262700F28F8B
/* ASCString.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
ASCString.h
;
sourceTree
=
"<group>"
;
};
17E69FEE1AC4262700F28F8B
/* ASCWinAPI.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
ASCWinAPI.h
;
sourceTree
=
"<group>"
;
};
...
...
@@ -545,16 +539,6 @@
path
=
../../3dParty/pole
;
sourceTree
=
"<group>"
;
};
173246361BBEDC2300E67992
/* UnicodeConverter */
=
{
isa
=
PBXGroup
;
children
=
(
173246391BBEDC2C00E67992
/* UnicodeConverter_Encodings.h */
,
1732463B1BBEDC2C00E67992
/* UnicodeConverter.h */
,
1732463A1BBEDC2C00E67992
/* UnicodeConverter.cpp */
,
);
name
=
UnicodeConverter
;
sourceTree
=
"<group>"
;
};
17E69FD31AC4259800F28F8B
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -583,7 +567,6 @@
17E69FEB1AC4262700F28F8B
/* Source */
=
{
isa
=
PBXGroup
;
children
=
(
173246361BBEDC2300E67992
/* UnicodeConverter */
,
173241401BBEC90000E67992
/* pole */
,
17E69FEC1AC4262700F28F8B
/* Base */
,
17E69FF51AC4262700F28F8B
/* Common */
,
...
...
@@ -1133,7 +1116,6 @@
17C1FBFC1ACC4250006B99B3
/* SimpleTypes_Shared.h in Headers */
,
17C1FBFD1ACC4250006B99B3
/* DefinedNames.h in Headers */
,
17C1FBFE1ACC4250006B99B3
/* File.h in Headers */
,
1732463D1BBEDC2C00E67992
/* UnicodeConverter_Encodings.h in Headers */
,
17C1FBFF1ACC4250006B99B3
/* Pic.h in Headers */
,
69415F541CB51D9E003E771B
/* DrawingGraphic.h in Headers */
,
17C1FC001ACC4250006B99B3
/* Worksheet.h in Headers */
,
...
...
@@ -1239,7 +1221,6 @@
17C1FC681ACC4250006B99B3
/* Fonts.h in Headers */
,
17C1FC691ACC4250006B99B3
/* Footnote.h in Headers */
,
69415F5B1CB51D9E003E771B
/* DrawingShared.h in Headers */
,
173246411BBEDC2C00E67992
/* UnicodeConverter.h in Headers */
,
17C1FC6A1ACC4250006B99B3
/* ComplexTypes.h in Headers */
,
17C1FC6C1ACC4250006B99B3
/* RunContent.h in Headers */
,
17C1FC6D1ACC4250006B99B3
/* External.h in Headers */
,
...
...
@@ -1367,7 +1348,6 @@
17C1FBAB1ACC4250006B99B3
/* FileFactory_Spreadsheet.cpp in Sources */
,
17C1FBAC1ACC4250006B99B3
/* AlternateContent.cpp in Sources */
,
17C1FBAD1ACC4250006B99B3
/* SmartTag.cpp in Sources */
,
1732463F1BBEDC2C00E67992
/* UnicodeConverter.cpp in Sources */
,
17C1FBAE1ACC4250006B99B3
/* oMath.cpp in Sources */
,
17C1FBAF1ACC4250006B99B3
/* ChartSerialize.cpp in Sources */
,
17C1FBB01ACC4250006B99B3
/* IFileContainer_Spreadsheet.cpp in Sources */
,
...
...
UnicodeConverter/build/UnicodeConverter/UnicodeConverter.xcodeproj/project.pbxproj
0 → 100644
View file @
fc2707f0
// !$*UTF8*$!
{
archiveVersion
=
1
;
classes
=
{
};
objectVersion
=
46
;
objects
=
{
/* Begin PBXBuildFile section */
69EC66D61E017729003527E2
/* UnicodeConverter.cpp in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69EC66D41E017729003527E2
/* UnicodeConverter.cpp */
;
};
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
69EC66BF1E0176F2003527E2
/* CopyFiles */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
"include/$(PRODUCT_NAME)"
;
dstSubfolderSpec
=
16
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
69EC66C11E0176F2003527E2
/* libUnicodeConverter.a */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
archive.ar
;
includeInIndex
=
0
;
path
=
libUnicodeConverter.a
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
69EC66D31E017729003527E2
/* UnicodeConverter_Encodings.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
UnicodeConverter_Encodings.h
;
path
=
../../../UnicodeConverter_Encodings.h
;
sourceTree
=
"<group>"
;
};
69EC66D41E017729003527E2
/* UnicodeConverter.cpp */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.cpp.cpp
;
name
=
UnicodeConverter.cpp
;
path
=
../../../UnicodeConverter.cpp
;
sourceTree
=
"<group>"
;
};
69EC66D51E017729003527E2
/* UnicodeConverter.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
UnicodeConverter.h
;
path
=
../../../UnicodeConverter.h
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
69EC66BE1E0176F2003527E2
/* Frameworks */
=
{
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
69EC66B81E0176F2003527E2
=
{
isa
=
PBXGroup
;
children
=
(
69EC66C31E0176F2003527E2
/* UnicodeConverter */
,
69EC66C21E0176F2003527E2
/* Products */
,
);
sourceTree
=
"<group>"
;
};
69EC66C21E0176F2003527E2
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
69EC66C11E0176F2003527E2
/* libUnicodeConverter.a */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
69EC66C31E0176F2003527E2
/* UnicodeConverter */
=
{
isa
=
PBXGroup
;
children
=
(
69EC66D31E017729003527E2
/* UnicodeConverter_Encodings.h */
,
69EC66D41E017729003527E2
/* UnicodeConverter.cpp */
,
69EC66D51E017729003527E2
/* UnicodeConverter.h */
,
);
path
=
UnicodeConverter
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
69EC66C01E0176F2003527E2
/* UnicodeConverter */
=
{
isa
=
PBXNativeTarget
;
buildConfigurationList
=
69EC66CA1E0176F2003527E2
/* Build configuration list for PBXNativeTarget "UnicodeConverter" */
;
buildPhases
=
(
69EC66BD1E0176F2003527E2
/* Sources */
,
69EC66BE1E0176F2003527E2
/* Frameworks */
,
69EC66BF1E0176F2003527E2
/* CopyFiles */
,
);
buildRules
=
(
);
dependencies
=
(
);
name
=
UnicodeConverter
;
productName
=
UnicodeConverter
;
productReference
=
69EC66C11E0176F2003527E2
/* libUnicodeConverter.a */
;
productType
=
"com.apple.product-type.library.static"
;
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
69EC66B91E0176F2003527E2
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
0820
;
ORGANIZATIONNAME
=
OnlyOffce
;
TargetAttributes
=
{
69EC66C01E0176F2003527E2
=
{
CreatedOnToolsVersion
=
8.2
;
DevelopmentTeam
=
2WH24U26GJ
;
ProvisioningStyle
=
Automatic
;
};
};
};
buildConfigurationList
=
69EC66BC1E0176F2003527E2
/* Build configuration list for PBXProject "UnicodeConverter" */
;
compatibilityVersion
=
"Xcode 3.2"
;
developmentRegion
=
English
;
hasScannedForEncodings
=
0
;
knownRegions
=
(
en
,
);
mainGroup
=
69EC66B81E0176F2003527E2
;
productRefGroup
=
69EC66C21E0176F2003527E2
/* Products */
;
projectDirPath
=
""
;
projectRoot
=
""
;
targets
=
(
69EC66C01E0176F2003527E2
/* UnicodeConverter */
,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
69EC66BD1E0176F2003527E2
/* Sources */
=
{
isa
=
PBXSourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
69EC66D61E017729003527E2
/* UnicodeConverter.cpp in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
69EC66C81E0176F2003527E2
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_NONNULL
=
YES
;
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_DOCUMENTATION_COMMENTS
=
YES
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
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
;
IPHONEOS_DEPLOYMENT_TARGET
=
10.2
;
MTL_ENABLE_DEBUG_INFO
=
YES
;
ONLY_ACTIVE_ARCH
=
YES
;
SDKROOT
=
iphoneos
;
};
name
=
Debug
;
};
69EC66C91E0176F2003527E2
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ALWAYS_SEARCH_USER_PATHS
=
NO
;
CLANG_ANALYZER_NONNULL
=
YES
;
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_DOCUMENTATION_COMMENTS
=
YES
;
CLANG_WARN_EMPTY_BODY
=
YES
;
CLANG_WARN_ENUM_CONVERSION
=
YES
;
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_INT_CONVERSION
=
YES
;
CLANG_WARN_OBJC_ROOT_CLASS
=
YES_ERROR
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
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
;
IPHONEOS_DEPLOYMENT_TARGET
=
10.2
;
MTL_ENABLE_DEBUG_INFO
=
NO
;
SDKROOT
=
iphoneos
;
VALIDATE_PRODUCT
=
YES
;
};
name
=
Release
;
};
69EC66CB1E0176F2003527E2
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
2WH24U26GJ
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
UNICODE
,
_UNICODE
,
_USE_LIBXML2_READER_
,
_USE_XMLLITE_READER_
,
USE_LITE_READER
,
MAC
,
unix
,
_IOS
,
);
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
/usr/include/
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/**"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/common"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/i18n"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/io"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SKIP_INSTALL
=
YES
;
};
name
=
Debug
;
};
69EC66CC1E0176F2003527E2
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
DEVELOPMENT_TEAM
=
2WH24U26GJ
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
UNICODE
,
_UNICODE
,
_USE_LIBXML2_READER_
,
_USE_XMLLITE_READER_
,
USE_LITE_READER
,
MAC
,
unix
,
_IOS
,
);
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
/usr/include/
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/**"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/common"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/i18n"
,
"$(PROJECT_DIR)/../../../UnicodeConverter/icubuilds/mac/icu/icu/io"
,
);
OTHER_LDFLAGS
=
"-ObjC"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SKIP_INSTALL
=
YES
;
};
name
=
Release
;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
69EC66BC1E0176F2003527E2
/* Build configuration list for PBXProject "UnicodeConverter" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
69EC66C81E0176F2003527E2
/* Debug */
,
69EC66C91E0176F2003527E2
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
69EC66CA1E0176F2003527E2
/* Build configuration list for PBXNativeTarget "UnicodeConverter" */
=
{
isa
=
XCConfigurationList
;
buildConfigurations
=
(
69EC66CB1E0176F2003527E2
/* Debug */
,
69EC66CC1E0176F2003527E2
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
/* End XCConfigurationList section */
};
rootObject
=
69EC66B91E0176F2003527E2
/* Project object */
;
}
UnicodeConverter/build/UnicodeConverter/UnicodeConverter.xcodeproj/project.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
fc2707f0
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"self:UnicodeConverter.xcodeproj"
>
</FileRef>
</Workspace>
UnicodeConverter/build/UnicodeConverter/UnicodeConverter/NOTE.txt
0 → 100644
View file @
fc2707f0
DO NOT REMOVE FOLDER FOR XCODE
\ No newline at end of file
X2tConverter/build/Mac/X2tConverter/X2tConverter.xcodeproj/project.pbxproj
View file @
fc2707f0
...
...
@@ -44,6 +44,7 @@
69DA32F71CEE100E00E10AF0
/* libmetafile_ios.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69DA32311CEE08DD00E10AF0
/* libmetafile_ios.a */
;
};
69DA32F81CEE100E00E10AF0
/* libPPTXFormatLib_ios.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69DA32611CEE09BB00E10AF0
/* libPPTXFormatLib_ios.a */
;
};
69DA32F91CEE100E00E10AF0
/* libraster_ios.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69DA32491CEE094A00E10AF0
/* libraster_ios.a */
;
};
69EC66D91E01775B003527E2
/* libUnicodeConverter.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69EC66D21E01770D003527E2
/* libUnicodeConverter.a */
;
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
...
...
@@ -341,6 +342,20 @@
remoteGlobalIDString
=
17C1FB8E1ACC4250006B99B3
;
remoteInfo
=
DocxFormatLib
;
};
69EC66D11E01770D003527E2
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
69EC66CD1E01770C003527E2
/* UnicodeConverter.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
69EC66C11E0176F2003527E2
;
remoteInfo
=
UnicodeConverter
;
};
69EC66D71E01774D003527E2
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
69EC66CD1E01770C003527E2
/* UnicodeConverter.xcodeproj */
;
proxyType
=
1
;
remoteGlobalIDString
=
69EC66C01E0176F2003527E2
;
remoteInfo
=
UnicodeConverter
;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
...
...
@@ -368,6 +383,7 @@
69DA32501CEE095900E10AF0
/* freetype.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
freetype.xcodeproj
;
path
=
../../../../DesktopEditor/mac_build/freetype/freetype.xcodeproj
;
sourceTree
=
"<group>"
;
};
69DA32561CEE099000E10AF0
/* DocxFormatLib.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
DocxFormatLib.xcodeproj
;
path
=
../../../../Common/DocxFormat/Mac/DocxFormatLib.xcodeproj
;
sourceTree
=
"<group>"
;
};
69DA325C1CEE09BB00E10AF0
/* PPTXFormatLib.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
PPTXFormatLib.xcodeproj
;
path
=
../../../../ASCOfficePPTXFile/PPTXLib/Mac/PPTXFormatLib.xcodeproj
;
sourceTree
=
"<group>"
;
};
69EC66CD1E01770C003527E2
/* UnicodeConverter.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
UnicodeConverter.xcodeproj
;
path
=
../../../../UnicodeConverter/build/UnicodeConverter/UnicodeConverter.xcodeproj
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -375,6 +391,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
69EC66D91E01775B003527E2
/* libUnicodeConverter.a in Frameworks */
,
69DA32F11CEE100E00E10AF0
/* libagg_ios.a in Frameworks */
,
69DA32F21CEE100E00E10AF0
/* libcximage_ios.a in Frameworks */
,
69DA32F31CEE100E00E10AF0
/* libDocxFormatLib_ios.a in Frameworks */
,
...
...
@@ -413,6 +430,7 @@
17C27A0B1AC2DB3C00E1D003
=
{
isa
=
PBXGroup
;
children
=
(
69EC66CD1E01770C003527E2
/* UnicodeConverter.xcodeproj */
,
69415FAE1CB5243F003E771B
/* mng.xcodeproj */
,
69415FB11CB5243F003E771B
/* png.xcodeproj */
,
69415FB41CB5243F003E771B
/* raw.xcodeproj */
,
...
...
@@ -617,6 +635,14 @@
name
=
Products
;
sourceTree
=
"<group>"
;
};
69EC66CE1E01770C003527E2
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
69EC66D21E01770D003527E2
/* libUnicodeConverter.a */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
...
...
@@ -642,11 +668,11 @@
buildRules
=
(
);
dependencies
=
(
69EC66D81E01774D003527E2
/* PBXTargetDependency */
,
69DA32F01CEE100700E10AF0
/* PBXTargetDependency */
,
69DA32E
E1CEE1004
00E10AF0
/* PBXTargetDependency */
,
69DA32E
81CEE0FFD
00E10AF0
/* PBXTargetDependency */
,
69DA32EC1CEE100200E10AF0
/* PBXTargetDependency */
,
69DA32EA1CEE0FFF00E10AF0
/* PBXTargetDependency */
,
69DA32E81CEE0FFD00E10AF0
/* PBXTargetDependency */
,
69DA32E61CEE0FFB00E10AF0
/* PBXTargetDependency */
,
69DA32E41CEE0FF800E10AF0
/* PBXTargetDependency */
,
69DA32E21CEE0FF600E10AF0
/* PBXTargetDependency */
,
...
...
@@ -662,6 +688,7 @@
69415F261CB51C32003E771B
/* PBXTargetDependency */
,
698AF4C21C0745930080D889
/* PBXTargetDependency */
,
177C43311AD7C0E400055DD7
/* PBXTargetDependency */
,
69DA32EE1CEE100400E10AF0
/* PBXTargetDependency */
,
17C8DEDC1ACD6A3900902C85
/* PBXTargetDependency */
,
);
name
=
x2tconverter
;
...
...
@@ -773,6 +800,10 @@
ProductGroup
=
69415FB81CB5243F003E771B
/* Products */
;
ProjectRef
=
69415FB71CB5243F003E771B
/* tiff.xcodeproj */
;
},
{
ProductGroup
=
69EC66CE1E01770C003527E2
/* Products */
;
ProjectRef
=
69EC66CD1E01770C003527E2
/* UnicodeConverter.xcodeproj */
;
},
);
projectRoot
=
""
;
targets
=
(
...
...
@@ -930,6 +961,13 @@
remoteRef
=
69DA32601CEE09BB00E10AF0
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
69EC66D21E01770D003527E2
/* libUnicodeConverter.a */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
archive.ar
;
path
=
libUnicodeConverter.a
;
remoteRef
=
69EC66D11E01770D003527E2
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
/* End PBXReferenceProxy section */
/* Begin PBXShellScriptBuildPhase section */
...
...
@@ -1065,6 +1103,11 @@
name
=
DocxFormatLib
;
targetProxy
=
69DA32EF1CEE100700E10AF0
/* PBXContainerItemProxy */
;
};
69EC66D81E01774D003527E2
/* PBXTargetDependency */
=
{
isa
=
PBXTargetDependency
;
name
=
UnicodeConverter
;
targetProxy
=
69EC66D71E01774D003527E2
/* PBXContainerItemProxy */
;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
...
...
X2tConverter/test/iosTest/iosTest.xcodeproj/project.pbxproj
View file @
fc2707f0
...
...
@@ -17,20 +17,20 @@
17DAB6891ACC371F005AF479
/* Images.xcassets in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17DAB6881ACC371F005AF479
/* Images.xcassets */
;
};
17DAB68C1ACC371F005AF479
/* LaunchScreen.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17DAB68A1ACC371F005AF479
/* LaunchScreen.xib */
;
};
17DAB70E1ACC3B96005AF479
/* Demo-Hayden-Management-v2.docx in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
17DAB70D1ACC3B90005AF479
/* Demo-Hayden-Management-v2.docx */
;
};
69
65353A1D9E85BB0093C60D
/* libX2tConverter.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
696535371D9E85B00093C60D
/* libX2tConverter.a */
;
};
69
920A431E016FAB00E7E6EE
/* libX2tConverter.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
69920A401E016F9700E7E6EE
/* libX2tConverter.a */
;
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
69
6535361D9E85B00093C60D
/* PBXContainerItemProxy */
=
{
69
920A3F1E016F9700E7E6EE
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
69
6535311D9E85B00093C60D
/* X2tConverter.xcodeproj */
;
containerPortal
=
69
920A3A1E016F9700E7E6EE
/* X2tConverter.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
17C8DED01ACD696100902C85
;
remoteInfo
=
x2tconverter
;
};
69
6535381D9E85B40093C60D
/* PBXContainerItemProxy */
=
{
69
920A411E016F9F00E7E6EE
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
69
6535311D9E85B00093C60D
/* X2tConverter.xcodeproj */
;
containerPortal
=
69
920A3A1E016F9700E7E6EE
/* X2tConverter.xcodeproj */
;
proxyType
=
1
;
remoteGlobalIDString
=
17C8DEC11ACD696100902C85
;
remoteInfo
=
x2tconverter
;
...
...
@@ -53,7 +53,7 @@
17DAB68B1ACC371F005AF479
/* Base */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file.xib
;
name
=
Base
;
path
=
Base.lproj/LaunchScreen.xib
;
sourceTree
=
"<group>"
;
};
17DAB70D1ACC3B90005AF479
/* Demo-Hayden-Management-v2.docx */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file
;
path
=
"Demo-Hayden-Management-v2.docx"
;
sourceTree
=
"<group>"
;
};
6905975F1CA137D000000D4D
/* X2tConverter.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
X2tConverter.h
;
path
=
../../../build/Mac/X2tConverter/X2tConverter/X2tConverter.h
;
sourceTree
=
"<group>"
;
};
69
6535311D9E85B00093C60D
/* X2tConverter.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
X2tConverter.xcodeproj
;
path
=
/Users/amusinov/sources/core/X2tConverter/build/Mac/TestMacX2tConverter/../X2tConverter/X2tConverter.xcodeproj
;
sourceTree
=
"<absolute
>"
;
};
69
920A3A1E016F9700E7E6EE
/* X2tConverter.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
X2tConverter.xcodeproj
;
path
=
../../build/Mac/X2tConverter/X2tConverter.xcodeproj
;
sourceTree
=
"<group
>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -61,7 +61,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
69
65353A1D9E85BB0093C60D
/* libX2tConverter.a in Frameworks */
,
69
920A431E016FAB00E7E6EE
/* libX2tConverter.a in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -79,7 +79,7 @@
17DAB66F1ACC371E005AF479
=
{
isa
=
PBXGroup
;
children
=
(
69
6535311D9E85B00093C60D
/* X2tConverter.xcodeproj */
,
69
920A3A1E016F9700E7E6EE
/* X2tConverter.xcodeproj */
,
17DAB67A1ACC371E005AF479
/* iosTest */
,
17DAB6791ACC371E005AF479
/* Products */
,
);
...
...
@@ -131,10 +131,10 @@
name
=
Files
;
sourceTree
=
"<group>"
;
};
69
6535321D9E85B00093C60D
/* Products */
=
{
69
920A3B1E016F9700E7E6EE
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
69
6535371D9E85B00093C60D
/* libX2tConverter.a */
,
69
920A401E016F9700E7E6EE
/* libX2tConverter.a */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
...
...
@@ -153,7 +153,7 @@
buildRules
=
(
);
dependencies
=
(
69
6535391D9E85B40093C60D
/* PBXTargetDependency */
,
69
920A421E016F9F00E7E6EE
/* PBXTargetDependency */
,
);
name
=
iosTest
;
productName
=
TestIOSX2tConverter
;
...
...
@@ -171,7 +171,8 @@
TargetAttributes
=
{
17DAB6771ACC371E005AF479
=
{
CreatedOnToolsVersion
=
6.2
;
ProvisioningStyle
=
Manual
;
DevelopmentTeam
=
2WH24U26GJ
;
ProvisioningStyle
=
Automatic
;
};
};
};
...
...
@@ -188,8 +189,8 @@
projectDirPath
=
""
;
projectReferences
=
(
{
ProductGroup
=
69
6535321D9E85B00093C60D
/* Products */
;
ProjectRef
=
69
6535311D9E85B00093C60D
/* X2tConverter.xcodeproj */
;
ProductGroup
=
69
920A3B1E016F9700E7E6EE
/* Products */
;
ProjectRef
=
69
920A3A1E016F9700E7E6EE
/* X2tConverter.xcodeproj */
;
},
);
projectRoot
=
""
;
...
...
@@ -200,11 +201,11 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
69
6535371D9E85B00093C60D
/* libX2tConverter.a */
=
{
69
920A401E016F9700E7E6EE
/* libX2tConverter.a */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
archive.ar
;
path
=
libX2tConverter.a
;
remoteRef
=
69
6535361D9E85B00093C60D
/* PBXContainerItemProxy */
;
remoteRef
=
69
920A3F1E016F9700E7E6EE
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
/* End PBXReferenceProxy section */
...
...
@@ -240,10 +241,10 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
69
6535391D9E85B40093C60D
/* PBXTargetDependency */
=
{
69
920A421E016F9F00E7E6EE
/* PBXTargetDependency */
=
{
isa
=
PBXTargetDependency
;
name
=
x2tconverter
;
targetProxy
=
69
6535381D9E85B40093C60D
/* PBXContainerItemProxy */
;
targetProxy
=
69
920A411E016F9F00E7E6EE
/* PBXContainerItemProxy */
;
};
/* End PBXTargetDependency section */
...
...
@@ -350,10 +351,11 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
DEVELOPMENT_TEAM
=
""
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
DEVELOPMENT_TEAM
=
2WH24U26GJ
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
TestIOSX2tConverter/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.3
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
OTHER_LDFLAGS
=
(
"-lstdc++"
,
...
...
@@ -369,10 +371,11 @@
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
DEVELOPMENT_TEAM
=
""
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
DEVELOPMENT_TEAM
=
2WH24U26GJ
;
ENABLE_BITCODE
=
NO
;
INFOPLIST_FILE
=
TestIOSX2tConverter/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.0
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.3
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
OTHER_LDFLAGS
=
(
"-lstdc++"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment