Skip to content

Commit 078c206

Browse files
author
Test
committed
add support for plaintext
1 parent a5e9bc6 commit 078c206

2 files changed

Lines changed: 50 additions & 1 deletion

File tree

OpenDocument.core

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
21E6C5303C9ED8A9A9317BEC /* Pods_OpenDocumentReader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF00F649A86477A6C27F07C0 /* Pods_OpenDocumentReader.framework */; };
11+
52BECDD22746CBF900537B40 /* libuchardet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52BECDCD2746CBF900537B40 /* libuchardet.a */; };
1112
52D3B301272D314B00DB425F /* libcryptopp-object.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D3B2EC272D312400DB425F /* libcryptopp-object.a */; };
1213
52D3B304272D314B00DB425F /* libminiz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D3B2F6272D312400DB425F /* libminiz.a */; };
1314
52D3B305272D314B00DB425F /* libodr-object.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D3B2F8272D312400DB425F /* libodr-object.a */; };
@@ -40,6 +41,27 @@
4041
/* End PBXBuildFile section */
4142

4243
/* Begin PBXContainerItemProxy section */
44+
52BECDCC2746CBF900537B40 /* PBXContainerItemProxy */ = {
45+
isa = PBXContainerItemProxy;
46+
containerPortal = 52D3B2D3272D312400DB425F /* odr-ios.xcodeproj */;
47+
proxyType = 2;
48+
remoteGlobalIDString = 3BE71A984B674653B2F64FDA;
49+
remoteInfo = libuchardet;
50+
};
51+
52BECDCE2746CBF900537B40 /* PBXContainerItemProxy */ = {
52+
isa = PBXContainerItemProxy;
53+
containerPortal = 52D3B2D3272D312400DB425F /* odr-ios.xcodeproj */;
54+
proxyType = 2;
55+
remoteGlobalIDString = 0EF6E7E7089F488BB1D1C29E;
56+
remoteInfo = uchardet;
57+
};
58+
52BECDD02746CBF900537B40 /* PBXContainerItemProxy */ = {
59+
isa = PBXContainerItemProxy;
60+
containerPortal = 52D3B2D3272D312400DB425F /* odr-ios.xcodeproj */;
61+
proxyType = 2;
62+
remoteGlobalIDString = 4354083D6A9E436DA19C623D;
63+
remoteInfo = "uchardet-tests";
64+
};
4365
52D3B2E9272D312400DB425F /* PBXContainerItemProxy */ = {
4466
isa = PBXContainerItemProxy;
4567
containerPortal = 52D3B2D3272D312400DB425F /* odr-ios.xcodeproj */;
@@ -208,6 +230,7 @@
208230
52D3B307272D314B00DB425F /* libpugixml.a in Frameworks */,
209231
21E6C5303C9ED8A9A9317BEC /* Pods_OpenDocumentReader.framework in Frameworks */,
210232
52D3B304272D314B00DB425F /* libminiz.a in Frameworks */,
233+
52BECDD22746CBF900537B40 /* libuchardet.a in Frameworks */,
211234
);
212235
runOnlyForDeploymentPostprocessing = 0;
213236
};
@@ -221,13 +244,16 @@
221244
52D3B2EC272D312400DB425F /* libcryptopp-object.a */,
222245
52D3B2EE272D312400DB425F /* libcryptopp.dylib */,
223246
52D3B2F0272D312400DB425F /* libcryptopp.a */,
247+
52BECDCD2746CBF900537B40 /* libuchardet.a */,
224248
52D3B2F4272D312400DB425F /* meta */,
225249
52D3B2F6272D312400DB425F /* libminiz.a */,
226250
52D3B2F8272D312400DB425F /* libodr-object.a */,
227251
52D3B2FA272D312400DB425F /* libodr-shared.dylib */,
228252
52D3B2FC272D312400DB425F /* libodr-static.a */,
229253
52D3B2FE272D312400DB425F /* libpugixml.a */,
230254
52D3B300272D312400DB425F /* translate */,
255+
52BECDCF2746CBF900537B40 /* uchardet */,
256+
52BECDD12746CBF900537B40 /* uchardet-tests */,
231257
);
232258
name = Products;
233259
sourceTree = "<group>";
@@ -424,6 +450,29 @@
424450
/* End PBXProject section */
425451

426452
/* Begin PBXReferenceProxy section */
453+
52BECDCD2746CBF900537B40 /* libuchardet.a */ = {
454+
isa = PBXReferenceProxy;
455+
fileType = archive.ar;
456+
path = libuchardet.a;
457+
remoteRef = 52BECDCC2746CBF900537B40 /* PBXContainerItemProxy */;
458+
sourceTree = BUILT_PRODUCTS_DIR;
459+
};
460+
52BECDCF2746CBF900537B40 /* uchardet */ = {
461+
isa = PBXReferenceProxy;
462+
fileType = "compiled.mach-o.executable";
463+
name = uchardet;
464+
path = uchardet.app;
465+
remoteRef = 52BECDCE2746CBF900537B40 /* PBXContainerItemProxy */;
466+
sourceTree = BUILT_PRODUCTS_DIR;
467+
};
468+
52BECDD12746CBF900537B40 /* uchardet-tests */ = {
469+
isa = PBXReferenceProxy;
470+
fileType = "compiled.mach-o.executable";
471+
name = "uchardet-tests";
472+
path = "uchardet-tests.app";
473+
remoteRef = 52BECDD02746CBF900537B40 /* PBXContainerItemProxy */;
474+
sourceTree = BUILT_PRODUCTS_DIR;
475+
};
427476
52D3B2EA272D312400DB425F /* back_translate */ = {
428477
isa = PBXReferenceProxy;
429478
fileType = "compiled.mach-o.executable";

0 commit comments

Comments
 (0)