File tree Expand file tree Collapse file tree
OpenDocumentReader.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 452452 inputFileListPaths = (
453453 "${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks-${CONFIGURATION}-input-files.xcfilelist",
454454 );
455- inputPaths = (
456- );
457455 name = "[CP] Embed Pods Frameworks";
458456 outputFileListPaths = (
459457 "${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks-${CONFIGURATION}-output-files.xcfilelist",
460458 );
461- outputPaths = (
462- );
463459 runOnlyForDeploymentPostprocessing = 0;
464460 shellPath = /bin/sh;
465461 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-frameworks.sh\"\n";
473469 inputFileListPaths = (
474470 "${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-resources-${CONFIGURATION}-input-files.xcfilelist",
475471 );
476- inputPaths = (
477- );
478472 name = "[CP] Copy Pods Resources";
479473 outputFileListPaths = (
480474 "${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-resources-${CONFIGURATION}-output-files.xcfilelist",
481475 );
482- outputPaths = (
483- );
484476 runOnlyForDeploymentPostprocessing = 0;
485477 shellPath = /bin/sh;
486478 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OpenDocumentReader/Pods-OpenDocumentReader-resources.sh\"\n";
Original file line number Diff line number Diff line change 2020
2121#include < string>
2222#include < optional>
23- #include < string>
24- #include < optional>
23+ #include < iostream>
2524
2625@implementation CoreWrapper {
2726 std::optional<odr::Document> document;
Original file line number Diff line number Diff line change @@ -202,4 +202,4 @@ SPEC CHECKSUMS:
202202
203203PODFILE CHECKSUM: 6720582fdcdb802ca92989bb0bebf8878e20bc55
204204
205- COCOAPODS: 1.15 .2
205+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ class Pkg(ConanFile):
99 "odrcore/*:shared" : False ,
1010 "odrcore/*:with_pdf2htmlEX" : False ,
1111 "odrcore/*:with_wvWare" : False ,
12+ "odrcore/*:with_libmagic" : False ,
1213 }
13- requires = "odrcore/5.0 .0"
14+ requires = "odrcore/5.2 .0"
1415
1516 def generate (self ):
1617 xcode = XcodeDeps (self )
You can’t perform that action at this time.
0 commit comments