Skip to content

Commit 955605e

Browse files
authored
bump core to 5.2.0 (#96)
1 parent 5ed13db commit 955605e

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,10 @@
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";
@@ -473,14 +469,10 @@
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";

OpenDocumentReader/CoreWrapper.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
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;

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ SPEC CHECKSUMS:
202202

203203
PODFILE CHECKSUM: 6720582fdcdb802ca92989bb0bebf8878e20bc55
204204

205-
COCOAPODS: 1.15.2
205+
COCOAPODS: 1.16.2

conan/conanfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)