Skip to content

Commit cfc85e1

Browse files
committed
update dependencies
1 parent 8c2fd5c commit cfc85e1

3 files changed

Lines changed: 126 additions & 124 deletions

File tree

OpenDocumentReader/CoreWrapper.mm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
#include <optional>
1515
#include <string>
1616
#include <optional>
17-
#include <odr/document.h>
18-
#include <odr/document_cursor.h>
19-
#include <odr/document_element.h>
20-
#include <odr/file.h>
21-
#include <odr/html.h>
22-
#include <odr/open_document_reader.h>
23-
#include <odr/exceptions.h>
17+
#include <odr/document.hpp>
18+
#include <odr/document_cursor.hpp>
19+
#include <odr/document_element.hpp>
20+
#include <odr/file.hpp>
21+
#include <odr/html.hpp>
22+
#include <odr/open_document_reader.hpp>
23+
#include <odr/exceptions.hpp>
2424

2525
@implementation CoreWrapper {
2626
std::optional<odr::Html> html;

Podfile.lock

Lines changed: 118 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -1,129 +1,131 @@
11
PODS:
2-
- Adjust (4.32.0):
3-
- Adjust/Core (= 4.32.0)
4-
- Adjust/Core (4.32.0)
5-
- Firebase/Analytics (9.5.0):
2+
- Adjust (4.34.1):
3+
- Adjust/Core (= 4.34.1)
4+
- Adjust/Core (4.34.1)
5+
- Firebase/Analytics (10.13.0):
66
- Firebase/Core
7-
- Firebase/Core (9.5.0):
7+
- Firebase/Core (10.13.0):
88
- Firebase/CoreOnly
9-
- FirebaseAnalytics (~> 9.5.0)
10-
- Firebase/CoreOnly (9.5.0):
11-
- FirebaseCore (= 9.5.0)
12-
- Firebase/Crashlytics (9.5.0):
9+
- FirebaseAnalytics (~> 10.13.0)
10+
- Firebase/CoreOnly (10.13.0):
11+
- FirebaseCore (= 10.13.0)
12+
- Firebase/Crashlytics (10.13.0):
1313
- Firebase/CoreOnly
14-
- FirebaseCrashlytics (~> 9.5.0)
15-
- Firebase/Storage (9.5.0):
14+
- FirebaseCrashlytics (~> 10.13.0)
15+
- Firebase/Storage (10.13.0):
1616
- Firebase/CoreOnly
17-
- FirebaseStorage (~> 9.5.0)
18-
- FirebaseAnalytics (9.5.0):
19-
- FirebaseAnalytics/AdIdSupport (= 9.5.0)
20-
- FirebaseCore (~> 9.0)
21-
- FirebaseInstallations (~> 9.0)
22-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
23-
- GoogleUtilities/MethodSwizzler (~> 7.7)
24-
- GoogleUtilities/Network (~> 7.7)
25-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
17+
- FirebaseStorage (~> 10.13.0)
18+
- FirebaseAnalytics (10.13.0):
19+
- FirebaseAnalytics/AdIdSupport (= 10.13.0)
20+
- FirebaseCore (~> 10.0)
21+
- FirebaseInstallations (~> 10.0)
22+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
23+
- GoogleUtilities/MethodSwizzler (~> 7.11)
24+
- GoogleUtilities/Network (~> 7.11)
25+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
2626
- nanopb (< 2.30910.0, >= 2.30908.0)
27-
- FirebaseAnalytics/AdIdSupport (9.5.0):
28-
- FirebaseCore (~> 9.0)
29-
- FirebaseInstallations (~> 9.0)
30-
- GoogleAppMeasurement (= 9.5.0)
31-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
32-
- GoogleUtilities/MethodSwizzler (~> 7.7)
33-
- GoogleUtilities/Network (~> 7.7)
34-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
27+
- FirebaseAnalytics/AdIdSupport (10.13.0):
28+
- FirebaseCore (~> 10.0)
29+
- FirebaseInstallations (~> 10.0)
30+
- GoogleAppMeasurement (= 10.13.0)
31+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
32+
- GoogleUtilities/MethodSwizzler (~> 7.11)
33+
- GoogleUtilities/Network (~> 7.11)
34+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
3535
- nanopb (< 2.30910.0, >= 2.30908.0)
36-
- FirebaseAppCheckInterop (9.5.0)
37-
- FirebaseAuthInterop (9.5.0)
38-
- FirebaseCore (9.5.0):
39-
- FirebaseCoreDiagnostics (~> 9.0)
40-
- FirebaseCoreInternal (~> 9.0)
41-
- GoogleUtilities/Environment (~> 7.7)
42-
- GoogleUtilities/Logger (~> 7.7)
43-
- FirebaseCoreDiagnostics (9.5.0):
44-
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
45-
- GoogleUtilities/Environment (~> 7.7)
46-
- GoogleUtilities/Logger (~> 7.7)
47-
- nanopb (< 2.30910.0, >= 2.30908.0)
48-
- FirebaseCoreExtension (9.5.0):
49-
- FirebaseCore (~> 9.0)
50-
- FirebaseCoreInternal (9.5.0):
51-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
52-
- FirebaseCrashlytics (9.5.0):
53-
- FirebaseCore (~> 9.0)
54-
- FirebaseInstallations (~> 9.0)
55-
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
56-
- GoogleUtilities/Environment (~> 7.7)
36+
- FirebaseAppCheckInterop (10.13.0)
37+
- FirebaseAuthInterop (10.13.0)
38+
- FirebaseCore (10.13.0):
39+
- FirebaseCoreInternal (~> 10.0)
40+
- GoogleUtilities/Environment (~> 7.8)
41+
- GoogleUtilities/Logger (~> 7.8)
42+
- FirebaseCoreExtension (10.13.0):
43+
- FirebaseCore (~> 10.0)
44+
- FirebaseCoreInternal (10.13.0):
45+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
46+
- FirebaseCrashlytics (10.13.0):
47+
- FirebaseCore (~> 10.5)
48+
- FirebaseInstallations (~> 10.0)
49+
- FirebaseSessions (~> 10.5)
50+
- GoogleDataTransport (~> 9.2)
51+
- GoogleUtilities/Environment (~> 7.8)
5752
- nanopb (< 2.30910.0, >= 2.30908.0)
5853
- PromisesObjC (~> 2.1)
59-
- FirebaseInstallations (9.5.0):
60-
- FirebaseCore (~> 9.0)
61-
- GoogleUtilities/Environment (~> 7.7)
62-
- GoogleUtilities/UserDefaults (~> 7.7)
54+
- FirebaseInstallations (10.13.0):
55+
- FirebaseCore (~> 10.0)
56+
- GoogleUtilities/Environment (~> 7.8)
57+
- GoogleUtilities/UserDefaults (~> 7.8)
6358
- PromisesObjC (~> 2.1)
64-
- FirebaseStorage (9.5.0):
65-
- FirebaseAppCheckInterop (~> 9.0)
66-
- FirebaseAuthInterop (~> 9.0)
67-
- FirebaseCore (~> 9.0)
68-
- FirebaseCoreExtension (~> 9.0)
69-
- FirebaseStorageInternal (~> 9.0)
70-
- FirebaseStorageInternal (9.5.0):
71-
- FirebaseCore (~> 9.0)
72-
- GTMSessionFetcher/Core (< 2.1, >= 1.7)
73-
- Google-Mobile-Ads-SDK (9.10.0):
74-
- GoogleAppMeasurement (< 10.0, >= 7.0)
59+
- FirebaseSessions (10.13.0):
60+
- FirebaseCore (~> 10.5)
61+
- FirebaseCoreExtension (~> 10.0)
62+
- FirebaseInstallations (~> 10.0)
63+
- GoogleDataTransport (~> 9.2)
64+
- GoogleUtilities/Environment (~> 7.10)
65+
- nanopb (< 2.30910.0, >= 2.30908.0)
66+
- PromisesSwift (~> 2.1)
67+
- FirebaseStorage (10.13.0):
68+
- FirebaseAppCheckInterop (~> 10.0)
69+
- FirebaseAuthInterop (~> 10.0)
70+
- FirebaseCore (~> 10.0)
71+
- FirebaseCoreExtension (~> 10.0)
72+
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
73+
- Google-Mobile-Ads-SDK (10.9.0):
74+
- GoogleAppMeasurement (< 11.0, >= 7.0)
7575
- GoogleUserMessagingPlatform (>= 1.1)
76-
- GoogleAppMeasurement (9.5.0):
77-
- GoogleAppMeasurement/AdIdSupport (= 9.5.0)
78-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
79-
- GoogleUtilities/MethodSwizzler (~> 7.7)
80-
- GoogleUtilities/Network (~> 7.7)
81-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
76+
- GoogleAppMeasurement (10.13.0):
77+
- GoogleAppMeasurement/AdIdSupport (= 10.13.0)
78+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
79+
- GoogleUtilities/MethodSwizzler (~> 7.11)
80+
- GoogleUtilities/Network (~> 7.11)
81+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
8282
- nanopb (< 2.30910.0, >= 2.30908.0)
83-
- GoogleAppMeasurement/AdIdSupport (9.5.0):
84-
- GoogleAppMeasurement/WithoutAdIdSupport (= 9.5.0)
85-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
86-
- GoogleUtilities/MethodSwizzler (~> 7.7)
87-
- GoogleUtilities/Network (~> 7.7)
88-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
83+
- GoogleAppMeasurement/AdIdSupport (10.13.0):
84+
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.13.0)
85+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
86+
- GoogleUtilities/MethodSwizzler (~> 7.11)
87+
- GoogleUtilities/Network (~> 7.11)
88+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
8989
- nanopb (< 2.30910.0, >= 2.30908.0)
90-
- GoogleAppMeasurement/WithoutAdIdSupport (9.5.0):
91-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
92-
- GoogleUtilities/MethodSwizzler (~> 7.7)
93-
- GoogleUtilities/Network (~> 7.7)
94-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
90+
- GoogleAppMeasurement/WithoutAdIdSupport (10.13.0):
91+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
92+
- GoogleUtilities/MethodSwizzler (~> 7.11)
93+
- GoogleUtilities/Network (~> 7.11)
94+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
9595
- nanopb (< 2.30910.0, >= 2.30908.0)
96-
- GoogleDataTransport (9.2.0):
96+
- GoogleDataTransport (9.2.5):
9797
- GoogleUtilities/Environment (~> 7.7)
9898
- nanopb (< 2.30910.0, >= 2.30908.0)
9999
- PromisesObjC (< 3.0, >= 1.2)
100-
- GoogleUserMessagingPlatform (2.0.0)
101-
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
100+
- GoogleUserMessagingPlatform (2.1.0)
101+
- GoogleUtilities/AppDelegateSwizzler (7.11.5):
102102
- GoogleUtilities/Environment
103103
- GoogleUtilities/Logger
104104
- GoogleUtilities/Network
105-
- GoogleUtilities/Environment (7.7.0):
105+
- GoogleUtilities/Environment (7.11.5):
106106
- PromisesObjC (< 3.0, >= 1.2)
107-
- GoogleUtilities/Logger (7.7.0):
107+
- GoogleUtilities/Logger (7.11.5):
108108
- GoogleUtilities/Environment
109-
- GoogleUtilities/MethodSwizzler (7.7.0):
109+
- GoogleUtilities/MethodSwizzler (7.11.5):
110110
- GoogleUtilities/Logger
111-
- GoogleUtilities/Network (7.7.0):
111+
- GoogleUtilities/Network (7.11.5):
112112
- GoogleUtilities/Logger
113113
- "GoogleUtilities/NSData+zlib"
114114
- GoogleUtilities/Reachability
115-
- "GoogleUtilities/NSData+zlib (7.7.0)"
116-
- GoogleUtilities/Reachability (7.7.0):
115+
- "GoogleUtilities/NSData+zlib (7.11.5)"
116+
- GoogleUtilities/Reachability (7.11.5):
117117
- GoogleUtilities/Logger
118-
- GoogleUtilities/UserDefaults (7.7.0):
118+
- GoogleUtilities/UserDefaults (7.11.5):
119119
- GoogleUtilities/Logger
120-
- GTMSessionFetcher/Core (2.0.0)
120+
- GTMSessionFetcher/Core (3.1.1)
121121
- nanopb (2.30909.0):
122122
- nanopb/decode (= 2.30909.0)
123123
- nanopb/encode (= 2.30909.0)
124124
- nanopb/decode (2.30909.0)
125125
- nanopb/encode (2.30909.0)
126-
- PromisesObjC (2.1.1)
126+
- PromisesObjC (2.3.1)
127+
- PromisesSwift (2.3.1):
128+
- PromisesObjC (= 2.3.1)
127129
- ScrollableSegmentedControl (1.5.0)
128130

129131
DEPENDENCIES:
@@ -143,13 +145,12 @@ SPEC REPOS:
143145
- FirebaseAppCheckInterop
144146
- FirebaseAuthInterop
145147
- FirebaseCore
146-
- FirebaseCoreDiagnostics
147148
- FirebaseCoreExtension
148149
- FirebaseCoreInternal
149150
- FirebaseCrashlytics
150151
- FirebaseInstallations
152+
- FirebaseSessions
151153
- FirebaseStorage
152-
- FirebaseStorageInternal
153154
- Google-Mobile-Ads-SDK
154155
- GoogleAppMeasurement
155156
- GoogleDataTransport
@@ -158,32 +159,33 @@ SPEC REPOS:
158159
- GTMSessionFetcher
159160
- nanopb
160161
- PromisesObjC
162+
- PromisesSwift
161163
- ScrollableSegmentedControl
162164

163165
SPEC CHECKSUMS:
164-
Adjust: d537f6d943f536d801ff8d07a971461539ce1fc5
165-
Firebase: 800f16f07af493d98d017446a315c27af0552f41
166-
FirebaseAnalytics: 1b60984a408320dda637306f3f733699ef8473d7
167-
FirebaseAppCheckInterop: 8e95b4329809e3c06fb425acb3839dcadfe23673
168-
FirebaseAuthInterop: c5aa97b55a87785e22c60c73996c1ad32e5f7ac9
169-
FirebaseCore: 25c0400b670fd1e2f2104349cd3b5dcce8d9418f
170-
FirebaseCoreDiagnostics: 17cbf4e72b1dbd64bfdc33d4b1f07bce4f16f1d8
171-
FirebaseCoreExtension: 2904492b693a6871ddbd1088c9d1fe6e54384050
172-
FirebaseCoreInternal: 50a8e39cae8abf72d5145d07ea34c3244f70862b
173-
FirebaseCrashlytics: d20fa38bb8c88cb0f1c9211286bc23ab58c1b464
174-
FirebaseInstallations: 41f811b530c41dd90973d0174381cdb3fcb5e839
175-
FirebaseStorage: a806d9f9eededf6fb1d906e79221b83ada1dbb4f
176-
FirebaseStorageInternal: 4f8a9e27391a99ac0692adbbd072fe0e5c4125fe
177-
Google-Mobile-Ads-SDK: eb398023f0d97cdd259b171052f1eb433de00c87
178-
GoogleAppMeasurement: 6ee231473fbd75c11221dfce489894334024eead
179-
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
180-
GoogleUserMessagingPlatform: ab890ce5f6620f293a21b6bdd82e416a2c73aeca
181-
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
182-
GTMSessionFetcher: 681175626052e03fdde7952f7e9c7a9785719506
166+
Adjust: 1410b6ccbce29c91b8e88064186a7b103244fa43
167+
Firebase: 343d7539befb614d22b2eae24759f6307b1175e9
168+
FirebaseAnalytics: 9a12e090ead49f8877ed8132ae920e3cbbd2fcd0
169+
FirebaseAppCheckInterop: 5e12dc623d443dedffcde9c6f3ed41510125d8ef
170+
FirebaseAuthInterop: 74875bde5d15636522a8fe98beb561df7a54db58
171+
FirebaseCore: 9948a31ff2c6cf323f9b040068201a95d271b68d
172+
FirebaseCoreExtension: ce60f9db46d83944cf444664d6d587474128eeca
173+
FirebaseCoreInternal: b342e37cd4f5b4454ec34308f073420e7920858e
174+
FirebaseCrashlytics: 4679fbc4768fcb4dd6f5533101841d40256d4475
175+
FirebaseInstallations: b28af1b9f997f1a799efe818c94695a3728c352f
176+
FirebaseSessions: 991fb4c20b3505eef125f7cbfa20a5b5b189c2a4
177+
FirebaseStorage: f2d1a84d78a7226d97bc76d85cf1092cab5f2b7d
178+
Google-Mobile-Ads-SDK: e81e8b009a182dc8dd14951782efdbb30a5e4510
179+
GoogleAppMeasurement: 3ae505b44174bcc0775f5c86cecc5826259fbb1e
180+
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
181+
GoogleUserMessagingPlatform: dce302b8f1b84d6e945812ee7a15c3f65a102cbf
182+
GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
183+
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
183184
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
184-
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
185+
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
186+
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
185187
ScrollableSegmentedControl: 2e64bbe8968a7fcd8aae5014434481464fcdfe60
186188

187189
PODFILE CHECKSUM: a53aa52a4e29bcf5b37f45cd29783efd472925e1
188190

189-
COCOAPODS: 1.11.3
191+
COCOAPODS: 1.12.1

conanfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[requires]
2-
odrcore/2.1.2@
2+
odrcore/3.0.0@
33

44
[generators]
55
xcode

0 commit comments

Comments
 (0)