mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
[ios][x2t] icu fixed
This commit is contained in:
@ -831,6 +831,7 @@
|
||||
696791821D9E8B81002CA4BA /* MathParaWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 696791801D9E8B81002CA4BA /* MathParaWrapper.cpp */; };
|
||||
696791831D9E8B81002CA4BA /* MathParaWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 696791811D9E8B81002CA4BA /* MathParaWrapper.h */; };
|
||||
697DFC1E200F51A700F0A9AF /* WavAudioFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 697DFC1D200F51A600F0A9AF /* WavAudioFile.cpp */; };
|
||||
8A9FACE120777BA7007787F6 /* Structures.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9FACE020777BA7007787F6 /* Structures.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@ -1661,6 +1662,7 @@
|
||||
696791801D9E8B81002CA4BA /* MathParaWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MathParaWrapper.cpp; sourceTree = "<group>"; };
|
||||
696791811D9E8B81002CA4BA /* MathParaWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathParaWrapper.h; sourceTree = "<group>"; };
|
||||
697DFC1D200F51A600F0A9AF /* WavAudioFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WavAudioFile.cpp; sourceTree = "<group>"; };
|
||||
8A9FACE020777BA7007787F6 /* Structures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Structures.h; path = Drawing/Structures.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -2272,6 +2274,7 @@
|
||||
17D91A211AC5A4DF0096D788 /* PPTXWriter.h */,
|
||||
17D91A221AC5A4DF0096D788 /* WMFToImageConverter.h */,
|
||||
17D91A231AC5A4DF0096D788 /* XmlWriter.h */,
|
||||
8A9FACE020777BA7007787F6 /* Structures.h */,
|
||||
);
|
||||
name = Editor;
|
||||
path = ../../Editor;
|
||||
@ -2787,6 +2790,7 @@
|
||||
69656F061FC2FF800028C4BA /* CSnip2DiagRect.h in Headers */,
|
||||
17C1FCF51ACC429D006B99B3 /* HslEffect.h in Headers */,
|
||||
69656DDA1FC2FF800028C4BA /* AccentCallout1Type.h in Headers */,
|
||||
8A9FACE120777BA7007787F6 /* Structures.h in Headers */,
|
||||
17C1FCF61ACC429D006B99B3 /* NotesTextViewPr.h in Headers */,
|
||||
69656EA51FC2FF800028C4BA /* CDonut.h in Headers */,
|
||||
17C1FCF71ACC429D006B99B3 /* AlphaCeiling.h in Headers */,
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -249,10 +249,9 @@
|
||||
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",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/common/**",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/i18n",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/io",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@ -278,10 +277,9 @@
|
||||
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",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/common/**",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/i18n",
|
||||
"$(PROJECT_DIR)/../../../Common/3dParty/icu/mac_64/icu/source/io",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
2332
UnicodeConverter/icubuilds/mac/icu.xcodeproj/project.pbxproj
Normal file
2332
UnicodeConverter/icubuilds/mac/icu.xcodeproj/project.pbxproj
Normal file
File diff suppressed because it is too large
Load Diff
7
UnicodeConverter/icubuilds/mac/icu.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
UnicodeConverter/icubuilds/mac/icu.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:icu.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -46,7 +46,6 @@
|
||||
6967B1D11E27B9D700A129E2 /* libRtfFormatLib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6967B1CE1E27B9C500A129E2 /* libRtfFormatLib.a */; };
|
||||
6967BEB01E27D16A00A129E2 /* ASCConverters_ios.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6967BEAF1E27D16A00A129E2 /* ASCConverters_ios.cpp */; };
|
||||
696DD7CF1F5D98220021D0F3 /* libOfficeCryptReader.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 696DD7CE1F5D981A0021D0F3 /* libOfficeCryptReader.a */; };
|
||||
698AF4C31C0745980080D889 /* libicu.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 698AF4C01C0740960080D889 /* libicu.a */; };
|
||||
69DA32F11CEE100E00E10AF0 /* libagg_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69DA323D1CEE092A00E10AF0 /* libagg_ios.a */; };
|
||||
69DA32F21CEE100E00E10AF0 /* libcximage_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69DA322B1CEE087D00E10AF0 /* libcximage_ios.a */; };
|
||||
69DA32F31CEE100E00E10AF0 /* libDocxFormatLib_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 69DA325B1CEE099000E10AF0 /* libDocxFormatLib_ios.a */; };
|
||||
@ -57,6 +56,7 @@
|
||||
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 */; };
|
||||
8A9FAC2B207772E1007787F6 /* libicu.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A9FAC27207772CC007787F6 /* libicu.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@ -284,20 +284,6 @@
|
||||
remoteGlobalIDString = 69880EDF1F4D79BC00E4C541;
|
||||
remoteInfo = OfficeCryptReader;
|
||||
};
|
||||
698AF4BF1C0740960080D889 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 698AF4BB1C0740960080D889 /* icu.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 173241801BBECF8400E67992;
|
||||
remoteInfo = icu;
|
||||
};
|
||||
698AF4C11C0745930080D889 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 698AF4BB1C0740960080D889 /* icu.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1732417F1BBECF8400E67992;
|
||||
remoteInfo = icu;
|
||||
};
|
||||
69DA322A1CEE087D00E10AF0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 69DA32261CEE087D00E10AF0 /* cximage.xcodeproj */;
|
||||
@ -438,6 +424,20 @@
|
||||
remoteGlobalIDString = 69EC66C01E0176F2003527E2;
|
||||
remoteInfo = UnicodeConverter;
|
||||
};
|
||||
8A9FAC26207772CC007787F6 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 8A9FAC22207772CC007787F6 /* icu.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 173241801BBECF8400E67992;
|
||||
remoteInfo = icu;
|
||||
};
|
||||
8A9FAC29207772D9007787F6 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 8A9FAC22207772CC007787F6 /* icu.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1732417F1BBECF8400E67992;
|
||||
remoteInfo = icu;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@ -468,7 +468,6 @@
|
||||
6967BEAF1E27D16A00A129E2 /* ASCConverters_ios.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ASCConverters_ios.cpp; path = ../../../../src/ASCConverters_ios.cpp; sourceTree = "<group>"; };
|
||||
696DD7C11F5D97DB0021D0F3 /* libcryptopp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcryptopp.a; path = ../../../../Common/3dParty/cryptopp/libcryptopp.a; sourceTree = "<group>"; };
|
||||
696DD7C91F5D981A0021D0F3 /* OfficeCryptReader.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OfficeCryptReader.xcodeproj; path = ../../../../OfficeCryptReader/mac/OfficeCryptReader/OfficeCryptReader.xcodeproj; sourceTree = "<group>"; };
|
||||
698AF4BB1C0740960080D889 /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = ../../../../UnicodeConverter/icubuilds/mac/icu/icu.xcodeproj; sourceTree = "<group>"; };
|
||||
69DA32261CEE087D00E10AF0 /* cximage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cximage.xcodeproj; path = ../../../../DesktopEditor/mac_build/cximage/cximage.xcodeproj; sourceTree = "<group>"; };
|
||||
69DA322C1CEE08DC00E10AF0 /* metafile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = metafile.xcodeproj; path = ../../../../DesktopEditor/mac_build/metafile/metafile.xcodeproj; sourceTree = "<group>"; };
|
||||
69DA32381CEE092900E10AF0 /* agg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = agg.xcodeproj; path = ../../../../DesktopEditor/mac_build/agg/agg.xcodeproj; sourceTree = "<group>"; };
|
||||
@ -479,6 +478,7 @@
|
||||
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>"; };
|
||||
8A9FAC22207772CC007787F6 /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = icu/icu.xcodeproj; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -486,6 +486,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8A9FAC2B207772E1007787F6 /* libicu.a in Frameworks */,
|
||||
696DD7CF1F5D98220021D0F3 /* libOfficeCryptReader.a in Frameworks */,
|
||||
691A8BD31E2FA68F00DCB54A /* liblibxml2.a in Frameworks */,
|
||||
6967B1D11E27B9D700A129E2 /* libRtfFormatLib.a in Frameworks */,
|
||||
@ -512,7 +513,6 @@
|
||||
69415FE01CB52455003E771B /* libmng_ios.a in Frameworks */,
|
||||
69415F311CB51D41003E771B /* libASCOfficeDocxFile2Lib_ios.a in Frameworks */,
|
||||
69415F271CB51C37003E771B /* libOfficeUtils.a in Frameworks */,
|
||||
698AF4C31C0745980080D889 /* libicu.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -522,6 +522,7 @@
|
||||
17C27A0B1AC2DB3C00E1D003 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8A9FAC22207772CC007787F6 /* icu.xcodeproj */,
|
||||
696DD7C91F5D981A0021D0F3 /* OfficeCryptReader.xcodeproj */,
|
||||
691A8BCB1E2FA67E00DCB54A /* libxml2.xcodeproj */,
|
||||
6967B1C91E27B9C400A129E2 /* RtfFormatLib.xcodeproj */,
|
||||
@ -543,7 +544,6 @@
|
||||
69DA32381CEE092900E10AF0 /* agg.xcodeproj */,
|
||||
69DA322C1CEE08DC00E10AF0 /* metafile.xcodeproj */,
|
||||
69DA32261CEE087D00E10AF0 /* cximage.xcodeproj */,
|
||||
698AF4BB1C0740960080D889 /* icu.xcodeproj */,
|
||||
17E17F561AC457CD00BEA2EA /* ASCOfficeDocxFile2Lib.xcodeproj */,
|
||||
69DA32501CEE095900E10AF0 /* freetype.xcodeproj */,
|
||||
69DA325C1CEE09BB00E10AF0 /* PPTXFormatLib.xcodeproj */,
|
||||
@ -732,14 +732,6 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
698AF4BC1C0740960080D889 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
698AF4C01C0740960080D889 /* libicu.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
69DA32271CEE087D00E10AF0 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@ -820,6 +812,14 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
8A9FAC23207772CC007787F6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8A9FAC27207772CC007787F6 /* libicu.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
@ -849,6 +849,7 @@
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
8A9FAC2A207772D9007787F6 /* PBXTargetDependency */,
|
||||
696DD7D11F5D98270021D0F3 /* PBXTargetDependency */,
|
||||
691A8BD21E2FA68900DCB54A /* PBXTargetDependency */,
|
||||
6967B1D01E27B9D000A129E2 /* PBXTargetDependency */,
|
||||
@ -873,7 +874,6 @@
|
||||
69415FE51CB5246B003E771B /* PBXTargetDependency */,
|
||||
69415FE21CB5245A003E771B /* PBXTargetDependency */,
|
||||
69415FDF1CB5244D003E771B /* PBXTargetDependency */,
|
||||
698AF4C21C0745930080D889 /* PBXTargetDependency */,
|
||||
69DA32EE1CEE100400E10AF0 /* PBXTargetDependency */,
|
||||
17C8DEDC1ACD6A3900902C85 /* PBXTargetDependency */,
|
||||
);
|
||||
@ -935,8 +935,8 @@
|
||||
ProjectRef = 6967B0CC1E27A35E00A129E2 /* HtmlFile.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 698AF4BC1C0740960080D889 /* Products */;
|
||||
ProjectRef = 698AF4BB1C0740960080D889 /* icu.xcodeproj */;
|
||||
ProductGroup = 8A9FAC23207772CC007787F6 /* Products */;
|
||||
ProjectRef = 8A9FAC22207772CC007787F6 /* icu.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 69415FC41CB5243F003E771B /* Products */;
|
||||
@ -1132,13 +1132,6 @@
|
||||
remoteRef = 696DD7CD1F5D981A0021D0F3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
698AF4C01C0740960080D889 /* libicu.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libicu.a;
|
||||
remoteRef = 698AF4BF1C0740960080D889 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
69DA322B1CEE087D00E10AF0 /* libcximage_ios.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
@ -1209,6 +1202,13 @@
|
||||
remoteRef = 69EC66D11E01770D003527E2 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
8A9FAC27207772CC007787F6 /* libicu.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libicu.a;
|
||||
remoteRef = 8A9FAC26207772CC007787F6 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
@ -1322,11 +1322,6 @@
|
||||
name = OfficeCryptReader;
|
||||
targetProxy = 696DD7D01F5D98270021D0F3 /* PBXContainerItemProxy */;
|
||||
};
|
||||
698AF4C21C0745930080D889 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = icu;
|
||||
targetProxy = 698AF4C11C0745930080D889 /* PBXContainerItemProxy */;
|
||||
};
|
||||
69DA32D71CEE0FF300E10AF0 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = graphics;
|
||||
@ -1377,6 +1372,11 @@
|
||||
name = UnicodeConverter;
|
||||
targetProxy = 69EC66D71E01774D003527E2 /* PBXContainerItemProxy */;
|
||||
};
|
||||
8A9FAC2A207772D9007787F6 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = icu;
|
||||
targetProxy = 8A9FAC29207772D9007787F6 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
|
||||
@ -58,7 +58,6 @@
|
||||
17DAB68B1ACC371F005AF479 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
||||
17DAB70D1ACC3B90005AF479 /* demo.docx */ = {isa = PBXFileReference; lastKnownFileType = file; path = demo.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>"; };
|
||||
6911A96B1F6044770061AB4D /* OfficeFileErrorDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OfficeFileErrorDescription.h; path = /Volumes/Storage/sources/core/X2tConverter/build/Mac/X2tConverter/X2tConverter/../../../../../Common/OfficeFileErrorDescription.h; sourceTree = "<absolute>"; };
|
||||
6967BEB21E27D5BE00A129E2 /* libiconv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.tbd; path = usr/lib/libiconv.tbd; sourceTree = SDKROOT; };
|
||||
697CDFE72049649800C2638C /* empty.docx */ = {isa = PBXFileReference; lastKnownFileType = file; path = empty.docx; sourceTree = "<group>"; };
|
||||
697CDFE92049649800C2638C /* empty.xlsx */ = {isa = PBXFileReference; lastKnownFileType = file; path = empty.xlsx; sourceTree = "<group>"; };
|
||||
@ -66,6 +65,7 @@
|
||||
69920A3A1E016F9700E7E6EE /* X2tConverter.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = X2tConverter.xcodeproj; path = ../../build/Mac/X2tConverter/X2tConverter.xcodeproj; sourceTree = "<group>"; };
|
||||
699690721E2F925200B620CD /* libc++abi.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++abi.tbd"; path = "usr/lib/libc++abi.tbd"; sourceTree = SDKROOT; };
|
||||
69BE370B1F60129600CBA47B /* crypted.xlsx */ = {isa = PBXFileReference; lastKnownFileType = file; path = crypted.xlsx; sourceTree = "<group>"; };
|
||||
8A9FAD36207781C5007787F6 /* OfficeFileErrorDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OfficeFileErrorDescription.h; path = ../../../../Common/OfficeFileErrorDescription.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -85,7 +85,7 @@
|
||||
17C1FB191ACC3E3B006B99B3 /* SDK */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6911A96B1F6044770061AB4D /* OfficeFileErrorDescription.h */,
|
||||
8A9FAD36207781C5007787F6 /* OfficeFileErrorDescription.h */,
|
||||
6905975F1CA137D000000D4D /* X2tConverter.h */,
|
||||
);
|
||||
name = SDK;
|
||||
@ -200,7 +200,7 @@
|
||||
TargetAttributes = {
|
||||
17DAB6771ACC371E005AF479 = {
|
||||
CreatedOnToolsVersion = 6.2;
|
||||
DevelopmentTeam = 2WH24U26GJ;
|
||||
DevelopmentTeam = N7BSMD6B3N;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
};
|
||||
@ -414,7 +414,7 @@
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
||||
CLANG_CXX_LIBRARY = "compiler-default";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
DEVELOPMENT_TEAM = 2WH24U26GJ;
|
||||
DEVELOPMENT_TEAM = N7BSMD6B3N;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = TestIOSX2tConverter/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
||||
@ -439,7 +439,7 @@
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
||||
CLANG_CXX_LIBRARY = "compiler-default";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
DEVELOPMENT_TEAM = 2WH24U26GJ;
|
||||
DEVELOPMENT_TEAM = N7BSMD6B3N;
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = TestIOSX2tConverter/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
||||
|
||||
Reference in New Issue
Block a user