Browse Source

feat(rn): 0.70.14 update (#14123)

* feat(rn): update to 0.70.14 and removed libray_search_paths variables from ios project
factor2
Calinteodor 1 year ago
parent
commit
32f6bc376b
No account linked to committer's email address

+ 5
- 8
ios/Podfile View File

@@ -6,8 +6,6 @@ workspace 'jitsi-meet'
6 6
 
7 7
 install! 'cocoapods', :deterministic_uuids => false
8 8
 
9
-production = ENV["PRODUCTION"] == "1"
10
-
11 9
 target 'JitsiMeet' do
12 10
   project 'app/app.xcodeproj'
13 11
 
@@ -26,7 +24,6 @@ target 'JitsiMeetSDK' do
26 24
   flags = get_default_flags()
27 25
   use_react_native!(
28 26
     :path => config[:reactNativePath],
29
-    :production => production,
30 27
     :hermes_enabled => false,
31 28
     :fabric_enabled => false,
32 29
     # An absolute path to your application root.
@@ -56,24 +53,24 @@ target 'JitsiMeetSDKLite' do
56 53
 
57 54
     # React Native and its dependencies
58 55
     #
59
-  
56
+
60 57
     config = use_native_modules!
61 58
     use_react_native!(
62
-      :path => config["reactNativePath"],
59
+      :path => config[:reactNativePath],
63 60
       :hermes_enabled => false,
64 61
       :fabric_enabled => false,
65 62
       # An absolute path to your application root.
66 63
       :app_path => "#{Pod::Config.instance.installation_root}/.."
67 64
     )
68
-  
65
+
69 66
     # Native pod dependencies
70 67
     #
71
-  
68
+
72 69
     pod 'CocoaLumberjack', '3.7.2'
73 70
 end
74 71
 
75 72
 post_install do |installer|
76
-  react_native_post_install(installer)
73
+  react_native_post_install(installer, :mac_catalyst_enabled => false)
77 74
   __apply_Xcode_12_5_M1_post_install_workaround(installer)
78 75
   installer.pods_project.targets.each do |target|
79 76
     # https://github.com/CocoaPods/CocoaPods/issues/11402

+ 278
- 278
ios/Podfile.lock View File

@@ -14,14 +14,14 @@ PODS:
14 14
     - CocoaLumberjack/Core (= 3.7.2)
15 15
   - CocoaLumberjack/Core (3.7.2)
16 16
   - DoubleConversion (1.1.6)
17
-  - FBLazyVector (0.69.12)
18
-  - FBReactNativeSpec (0.69.12):
19
-    - RCT-Folly (= 2021.06.28.00-v2)
20
-    - RCTRequired (= 0.69.12)
21
-    - RCTTypeSafety (= 0.69.12)
22
-    - React-Core (= 0.69.12)
23
-    - React-jsi (= 0.69.12)
24
-    - ReactCommon/turbomodule/core (= 0.69.12)
17
+  - FBLazyVector (0.70.14)
18
+  - FBReactNativeSpec (0.70.14):
19
+    - RCT-Folly (= 2021.07.22.00)
20
+    - RCTRequired (= 0.70.14)
21
+    - RCTTypeSafety (= 0.70.14)
22
+    - React-Core (= 0.70.14)
23
+    - React-jsi (= 0.70.14)
24
+    - ReactCommon/turbomodule/core (= 0.70.14)
25 25
   - Firebase/Analytics (8.15.0):
26 26
     - Firebase/Core
27 27
   - Firebase/Core (8.15.0):
@@ -103,7 +103,7 @@ PODS:
103 103
     - GoogleUtilities/Network (~> 7.7)
104 104
     - "GoogleUtilities/NSData+zlib (~> 7.7)"
105 105
     - nanopb (~> 2.30908.0)
106
-  - GoogleDataTransport (9.2.5):
106
+  - GoogleDataTransport (9.3.0):
107 107
     - GoogleUtilities/Environment (~> 7.7)
108 108
     - nanopb (< 2.30910.0, >= 2.30908.0)
109 109
     - PromisesObjC (< 3.0, >= 1.2)
@@ -111,41 +111,41 @@ PODS:
111 111
     - AppAuth (~> 1.5)
112 112
     - GTMAppAuth (< 3.0, >= 1.3)
113 113
     - GTMSessionFetcher/Core (< 4.0, >= 1.1)
114
-  - GoogleUtilities/AppDelegateSwizzler (7.11.5):
114
+  - GoogleUtilities/AppDelegateSwizzler (7.12.0):
115 115
     - GoogleUtilities/Environment
116 116
     - GoogleUtilities/Logger
117 117
     - GoogleUtilities/Network
118
-  - GoogleUtilities/Environment (7.11.5):
118
+  - GoogleUtilities/Environment (7.12.0):
119 119
     - PromisesObjC (< 3.0, >= 1.2)
120
-  - GoogleUtilities/Logger (7.11.5):
120
+  - GoogleUtilities/Logger (7.12.0):
121 121
     - GoogleUtilities/Environment
122
-  - GoogleUtilities/MethodSwizzler (7.11.5):
122
+  - GoogleUtilities/MethodSwizzler (7.12.0):
123 123
     - GoogleUtilities/Logger
124
-  - GoogleUtilities/Network (7.11.5):
124
+  - GoogleUtilities/Network (7.12.0):
125 125
     - GoogleUtilities/Logger
126 126
     - "GoogleUtilities/NSData+zlib"
127 127
     - GoogleUtilities/Reachability
128
-  - "GoogleUtilities/NSData+zlib (7.11.5)"
129
-  - GoogleUtilities/Reachability (7.11.5):
128
+  - "GoogleUtilities/NSData+zlib (7.12.0)"
129
+  - GoogleUtilities/Reachability (7.12.0):
130 130
     - GoogleUtilities/Logger
131
-  - GoogleUtilities/UserDefaults (7.11.5):
131
+  - GoogleUtilities/UserDefaults (7.12.0):
132 132
     - GoogleUtilities/Logger
133 133
   - GTMAppAuth (2.0.0):
134 134
     - AppAuth/Core (~> 1.6)
135 135
     - GTMSessionFetcher/Core (< 4.0, >= 1.5)
136
-  - GTMSessionFetcher/Core (3.1.1)
136
+  - GTMSessionFetcher/Core (3.2.0)
137 137
   - JitsiWebRTC (118.0.0)
138
-  - libwebp (1.3.1):
139
-    - libwebp/demux (= 1.3.1)
140
-    - libwebp/mux (= 1.3.1)
141
-    - libwebp/sharpyuv (= 1.3.1)
142
-    - libwebp/webp (= 1.3.1)
143
-  - libwebp/demux (1.3.1):
138
+  - libwebp (1.3.2):
139
+    - libwebp/demux (= 1.3.2)
140
+    - libwebp/mux (= 1.3.2)
141
+    - libwebp/sharpyuv (= 1.3.2)
142
+    - libwebp/webp (= 1.3.2)
143
+  - libwebp/demux (1.3.2):
144 144
     - libwebp/webp
145
-  - libwebp/mux (1.3.1):
145
+  - libwebp/mux (1.3.2):
146 146
     - libwebp/demux
147
-  - libwebp/sharpyuv (1.3.1)
148
-  - libwebp/webp (1.3.1):
147
+  - libwebp/sharpyuv (1.3.2)
148
+  - libwebp/webp (1.3.2):
149 149
     - libwebp/sharpyuv
150 150
   - nanopb (2.30908.0):
151 151
     - nanopb/decode (= 2.30908.0)
@@ -156,214 +156,214 @@ PODS:
156 156
   - PromisesObjC (2.3.1)
157 157
   - PromisesSwift (2.3.1):
158 158
     - PromisesObjC (= 2.3.1)
159
-  - RCT-Folly (2021.06.28.00-v2):
159
+  - RCT-Folly (2021.07.22.00):
160 160
     - boost
161 161
     - DoubleConversion
162 162
     - fmt (~> 6.2.1)
163 163
     - glog
164
-    - RCT-Folly/Default (= 2021.06.28.00-v2)
165
-  - RCT-Folly/Default (2021.06.28.00-v2):
164
+    - RCT-Folly/Default (= 2021.07.22.00)
165
+  - RCT-Folly/Default (2021.07.22.00):
166 166
     - boost
167 167
     - DoubleConversion
168 168
     - fmt (~> 6.2.1)
169 169
     - glog
170
-  - RCTRequired (0.69.12)
171
-  - RCTTypeSafety (0.69.12):
172
-    - FBLazyVector (= 0.69.12)
173
-    - RCTRequired (= 0.69.12)
174
-    - React-Core (= 0.69.12)
175
-  - React (0.69.12):
176
-    - React-Core (= 0.69.12)
177
-    - React-Core/DevSupport (= 0.69.12)
178
-    - React-Core/RCTWebSocket (= 0.69.12)
179
-    - React-RCTActionSheet (= 0.69.12)
180
-    - React-RCTAnimation (= 0.69.12)
181
-    - React-RCTBlob (= 0.69.12)
182
-    - React-RCTImage (= 0.69.12)
183
-    - React-RCTLinking (= 0.69.12)
184
-    - React-RCTNetwork (= 0.69.12)
185
-    - React-RCTSettings (= 0.69.12)
186
-    - React-RCTText (= 0.69.12)
187
-    - React-RCTVibration (= 0.69.12)
188
-  - React-bridging (0.69.12):
189
-    - RCT-Folly (= 2021.06.28.00-v2)
190
-    - React-jsi (= 0.69.12)
191
-  - React-callinvoker (0.69.12)
192
-  - React-Codegen (0.69.12):
193
-    - FBReactNativeSpec (= 0.69.12)
194
-    - RCT-Folly (= 2021.06.28.00-v2)
195
-    - RCTRequired (= 0.69.12)
196
-    - RCTTypeSafety (= 0.69.12)
197
-    - React-Core (= 0.69.12)
198
-    - React-jsi (= 0.69.12)
199
-    - React-jsiexecutor (= 0.69.12)
200
-    - ReactCommon/turbomodule/core (= 0.69.12)
201
-  - React-Core (0.69.12):
170
+  - RCTRequired (0.70.14)
171
+  - RCTTypeSafety (0.70.14):
172
+    - FBLazyVector (= 0.70.14)
173
+    - RCTRequired (= 0.70.14)
174
+    - React-Core (= 0.70.14)
175
+  - React (0.70.14):
176
+    - React-Core (= 0.70.14)
177
+    - React-Core/DevSupport (= 0.70.14)
178
+    - React-Core/RCTWebSocket (= 0.70.14)
179
+    - React-RCTActionSheet (= 0.70.14)
180
+    - React-RCTAnimation (= 0.70.14)
181
+    - React-RCTBlob (= 0.70.14)
182
+    - React-RCTImage (= 0.70.14)
183
+    - React-RCTLinking (= 0.70.14)
184
+    - React-RCTNetwork (= 0.70.14)
185
+    - React-RCTSettings (= 0.70.14)
186
+    - React-RCTText (= 0.70.14)
187
+    - React-RCTVibration (= 0.70.14)
188
+  - React-bridging (0.70.14):
189
+    - RCT-Folly (= 2021.07.22.00)
190
+    - React-jsi (= 0.70.14)
191
+  - React-callinvoker (0.70.14)
192
+  - React-Codegen (0.70.14):
193
+    - FBReactNativeSpec (= 0.70.14)
194
+    - RCT-Folly (= 2021.07.22.00)
195
+    - RCTRequired (= 0.70.14)
196
+    - RCTTypeSafety (= 0.70.14)
197
+    - React-Core (= 0.70.14)
198
+    - React-jsi (= 0.70.14)
199
+    - React-jsiexecutor (= 0.70.14)
200
+    - ReactCommon/turbomodule/core (= 0.70.14)
201
+  - React-Core (0.70.14):
202 202
     - glog
203
-    - RCT-Folly (= 2021.06.28.00-v2)
204
-    - React-Core/Default (= 0.69.12)
205
-    - React-cxxreact (= 0.69.12)
206
-    - React-jsi (= 0.69.12)
207
-    - React-jsiexecutor (= 0.69.12)
208
-    - React-perflogger (= 0.69.12)
203
+    - RCT-Folly (= 2021.07.22.00)
204
+    - React-Core/Default (= 0.70.14)
205
+    - React-cxxreact (= 0.70.14)
206
+    - React-jsi (= 0.70.14)
207
+    - React-jsiexecutor (= 0.70.14)
208
+    - React-perflogger (= 0.70.14)
209 209
     - Yoga
210
-  - React-Core/CoreModulesHeaders (0.69.12):
210
+  - React-Core/CoreModulesHeaders (0.70.14):
211 211
     - glog
212
-    - RCT-Folly (= 2021.06.28.00-v2)
212
+    - RCT-Folly (= 2021.07.22.00)
213 213
     - React-Core/Default
214
-    - React-cxxreact (= 0.69.12)
215
-    - React-jsi (= 0.69.12)
216
-    - React-jsiexecutor (= 0.69.12)
217
-    - React-perflogger (= 0.69.12)
214
+    - React-cxxreact (= 0.70.14)
215
+    - React-jsi (= 0.70.14)
216
+    - React-jsiexecutor (= 0.70.14)
217
+    - React-perflogger (= 0.70.14)
218 218
     - Yoga
219
-  - React-Core/Default (0.69.12):
219
+  - React-Core/Default (0.70.14):
220 220
     - glog
221
-    - RCT-Folly (= 2021.06.28.00-v2)
222
-    - React-cxxreact (= 0.69.12)
223
-    - React-jsi (= 0.69.12)
224
-    - React-jsiexecutor (= 0.69.12)
225
-    - React-perflogger (= 0.69.12)
221
+    - RCT-Folly (= 2021.07.22.00)
222
+    - React-cxxreact (= 0.70.14)
223
+    - React-jsi (= 0.70.14)
224
+    - React-jsiexecutor (= 0.70.14)
225
+    - React-perflogger (= 0.70.14)
226 226
     - Yoga
227
-  - React-Core/DevSupport (0.69.12):
227
+  - React-Core/DevSupport (0.70.14):
228 228
     - glog
229
-    - RCT-Folly (= 2021.06.28.00-v2)
230
-    - React-Core/Default (= 0.69.12)
231
-    - React-Core/RCTWebSocket (= 0.69.12)
232
-    - React-cxxreact (= 0.69.12)
233
-    - React-jsi (= 0.69.12)
234
-    - React-jsiexecutor (= 0.69.12)
235
-    - React-jsinspector (= 0.69.12)
236
-    - React-perflogger (= 0.69.12)
229
+    - RCT-Folly (= 2021.07.22.00)
230
+    - React-Core/Default (= 0.70.14)
231
+    - React-Core/RCTWebSocket (= 0.70.14)
232
+    - React-cxxreact (= 0.70.14)
233
+    - React-jsi (= 0.70.14)
234
+    - React-jsiexecutor (= 0.70.14)
235
+    - React-jsinspector (= 0.70.14)
236
+    - React-perflogger (= 0.70.14)
237 237
     - Yoga
238
-  - React-Core/RCTActionSheetHeaders (0.69.12):
238
+  - React-Core/RCTActionSheetHeaders (0.70.14):
239 239
     - glog
240
-    - RCT-Folly (= 2021.06.28.00-v2)
240
+    - RCT-Folly (= 2021.07.22.00)
241 241
     - React-Core/Default
242
-    - React-cxxreact (= 0.69.12)
243
-    - React-jsi (= 0.69.12)
244
-    - React-jsiexecutor (= 0.69.12)
245
-    - React-perflogger (= 0.69.12)
242
+    - React-cxxreact (= 0.70.14)
243
+    - React-jsi (= 0.70.14)
244
+    - React-jsiexecutor (= 0.70.14)
245
+    - React-perflogger (= 0.70.14)
246 246
     - Yoga
247
-  - React-Core/RCTAnimationHeaders (0.69.12):
247
+  - React-Core/RCTAnimationHeaders (0.70.14):
248 248
     - glog
249
-    - RCT-Folly (= 2021.06.28.00-v2)
249
+    - RCT-Folly (= 2021.07.22.00)
250 250
     - React-Core/Default
251
-    - React-cxxreact (= 0.69.12)
252
-    - React-jsi (= 0.69.12)
253
-    - React-jsiexecutor (= 0.69.12)
254
-    - React-perflogger (= 0.69.12)
251
+    - React-cxxreact (= 0.70.14)
252
+    - React-jsi (= 0.70.14)
253
+    - React-jsiexecutor (= 0.70.14)
254
+    - React-perflogger (= 0.70.14)
255 255
     - Yoga
256
-  - React-Core/RCTBlobHeaders (0.69.12):
256
+  - React-Core/RCTBlobHeaders (0.70.14):
257 257
     - glog
258
-    - RCT-Folly (= 2021.06.28.00-v2)
258
+    - RCT-Folly (= 2021.07.22.00)
259 259
     - React-Core/Default
260
-    - React-cxxreact (= 0.69.12)
261
-    - React-jsi (= 0.69.12)
262
-    - React-jsiexecutor (= 0.69.12)
263
-    - React-perflogger (= 0.69.12)
260
+    - React-cxxreact (= 0.70.14)
261
+    - React-jsi (= 0.70.14)
262
+    - React-jsiexecutor (= 0.70.14)
263
+    - React-perflogger (= 0.70.14)
264 264
     - Yoga
265
-  - React-Core/RCTImageHeaders (0.69.12):
265
+  - React-Core/RCTImageHeaders (0.70.14):
266 266
     - glog
267
-    - RCT-Folly (= 2021.06.28.00-v2)
267
+    - RCT-Folly (= 2021.07.22.00)
268 268
     - React-Core/Default
269
-    - React-cxxreact (= 0.69.12)
270
-    - React-jsi (= 0.69.12)
271
-    - React-jsiexecutor (= 0.69.12)
272
-    - React-perflogger (= 0.69.12)
269
+    - React-cxxreact (= 0.70.14)
270
+    - React-jsi (= 0.70.14)
271
+    - React-jsiexecutor (= 0.70.14)
272
+    - React-perflogger (= 0.70.14)
273 273
     - Yoga
274
-  - React-Core/RCTLinkingHeaders (0.69.12):
274
+  - React-Core/RCTLinkingHeaders (0.70.14):
275 275
     - glog
276
-    - RCT-Folly (= 2021.06.28.00-v2)
276
+    - RCT-Folly (= 2021.07.22.00)
277 277
     - React-Core/Default
278
-    - React-cxxreact (= 0.69.12)
279
-    - React-jsi (= 0.69.12)
280
-    - React-jsiexecutor (= 0.69.12)
281
-    - React-perflogger (= 0.69.12)
278
+    - React-cxxreact (= 0.70.14)
279
+    - React-jsi (= 0.70.14)
280
+    - React-jsiexecutor (= 0.70.14)
281
+    - React-perflogger (= 0.70.14)
282 282
     - Yoga
283
-  - React-Core/RCTNetworkHeaders (0.69.12):
283
+  - React-Core/RCTNetworkHeaders (0.70.14):
284 284
     - glog
285
-    - RCT-Folly (= 2021.06.28.00-v2)
285
+    - RCT-Folly (= 2021.07.22.00)
286 286
     - React-Core/Default
287
-    - React-cxxreact (= 0.69.12)
288
-    - React-jsi (= 0.69.12)
289
-    - React-jsiexecutor (= 0.69.12)
290
-    - React-perflogger (= 0.69.12)
287
+    - React-cxxreact (= 0.70.14)
288
+    - React-jsi (= 0.70.14)
289
+    - React-jsiexecutor (= 0.70.14)
290
+    - React-perflogger (= 0.70.14)
291 291
     - Yoga
292
-  - React-Core/RCTSettingsHeaders (0.69.12):
292
+  - React-Core/RCTSettingsHeaders (0.70.14):
293 293
     - glog
294
-    - RCT-Folly (= 2021.06.28.00-v2)
294
+    - RCT-Folly (= 2021.07.22.00)
295 295
     - React-Core/Default
296
-    - React-cxxreact (= 0.69.12)
297
-    - React-jsi (= 0.69.12)
298
-    - React-jsiexecutor (= 0.69.12)
299
-    - React-perflogger (= 0.69.12)
296
+    - React-cxxreact (= 0.70.14)
297
+    - React-jsi (= 0.70.14)
298
+    - React-jsiexecutor (= 0.70.14)
299
+    - React-perflogger (= 0.70.14)
300 300
     - Yoga
301
-  - React-Core/RCTTextHeaders (0.69.12):
301
+  - React-Core/RCTTextHeaders (0.70.14):
302 302
     - glog
303
-    - RCT-Folly (= 2021.06.28.00-v2)
303
+    - RCT-Folly (= 2021.07.22.00)
304 304
     - React-Core/Default
305
-    - React-cxxreact (= 0.69.12)
306
-    - React-jsi (= 0.69.12)
307
-    - React-jsiexecutor (= 0.69.12)
308
-    - React-perflogger (= 0.69.12)
305
+    - React-cxxreact (= 0.70.14)
306
+    - React-jsi (= 0.70.14)
307
+    - React-jsiexecutor (= 0.70.14)
308
+    - React-perflogger (= 0.70.14)
309 309
     - Yoga
310
-  - React-Core/RCTVibrationHeaders (0.69.12):
310
+  - React-Core/RCTVibrationHeaders (0.70.14):
311 311
     - glog
312
-    - RCT-Folly (= 2021.06.28.00-v2)
312
+    - RCT-Folly (= 2021.07.22.00)
313 313
     - React-Core/Default
314
-    - React-cxxreact (= 0.69.12)
315
-    - React-jsi (= 0.69.12)
316
-    - React-jsiexecutor (= 0.69.12)
317
-    - React-perflogger (= 0.69.12)
314
+    - React-cxxreact (= 0.70.14)
315
+    - React-jsi (= 0.70.14)
316
+    - React-jsiexecutor (= 0.70.14)
317
+    - React-perflogger (= 0.70.14)
318 318
     - Yoga
319
-  - React-Core/RCTWebSocket (0.69.12):
319
+  - React-Core/RCTWebSocket (0.70.14):
320 320
     - glog
321
-    - RCT-Folly (= 2021.06.28.00-v2)
322
-    - React-Core/Default (= 0.69.12)
323
-    - React-cxxreact (= 0.69.12)
324
-    - React-jsi (= 0.69.12)
325
-    - React-jsiexecutor (= 0.69.12)
326
-    - React-perflogger (= 0.69.12)
321
+    - RCT-Folly (= 2021.07.22.00)
322
+    - React-Core/Default (= 0.70.14)
323
+    - React-cxxreact (= 0.70.14)
324
+    - React-jsi (= 0.70.14)
325
+    - React-jsiexecutor (= 0.70.14)
326
+    - React-perflogger (= 0.70.14)
327 327
     - Yoga
328
-  - React-CoreModules (0.69.12):
329
-    - RCT-Folly (= 2021.06.28.00-v2)
330
-    - RCTTypeSafety (= 0.69.12)
331
-    - React-Codegen (= 0.69.12)
332
-    - React-Core/CoreModulesHeaders (= 0.69.12)
333
-    - React-jsi (= 0.69.12)
334
-    - React-RCTImage (= 0.69.12)
335
-    - ReactCommon/turbomodule/core (= 0.69.12)
336
-  - React-cxxreact (0.69.12):
328
+  - React-CoreModules (0.70.14):
329
+    - RCT-Folly (= 2021.07.22.00)
330
+    - RCTTypeSafety (= 0.70.14)
331
+    - React-Codegen (= 0.70.14)
332
+    - React-Core/CoreModulesHeaders (= 0.70.14)
333
+    - React-jsi (= 0.70.14)
334
+    - React-RCTImage (= 0.70.14)
335
+    - ReactCommon/turbomodule/core (= 0.70.14)
336
+  - React-cxxreact (0.70.14):
337 337
     - boost (= 1.76.0)
338 338
     - DoubleConversion
339 339
     - glog
340
-    - RCT-Folly (= 2021.06.28.00-v2)
341
-    - React-callinvoker (= 0.69.12)
342
-    - React-jsi (= 0.69.12)
343
-    - React-jsinspector (= 0.69.12)
344
-    - React-logger (= 0.69.12)
345
-    - React-perflogger (= 0.69.12)
346
-    - React-runtimeexecutor (= 0.69.12)
347
-  - React-jsi (0.69.12):
340
+    - RCT-Folly (= 2021.07.22.00)
341
+    - React-callinvoker (= 0.70.14)
342
+    - React-jsi (= 0.70.14)
343
+    - React-jsinspector (= 0.70.14)
344
+    - React-logger (= 0.70.14)
345
+    - React-perflogger (= 0.70.14)
346
+    - React-runtimeexecutor (= 0.70.14)
347
+  - React-jsi (0.70.14):
348 348
     - boost (= 1.76.0)
349 349
     - DoubleConversion
350 350
     - glog
351
-    - RCT-Folly (= 2021.06.28.00-v2)
352
-    - React-jsi/Default (= 0.69.12)
353
-  - React-jsi/Default (0.69.12):
351
+    - RCT-Folly (= 2021.07.22.00)
352
+    - React-jsi/Default (= 0.70.14)
353
+  - React-jsi/Default (0.70.14):
354 354
     - boost (= 1.76.0)
355 355
     - DoubleConversion
356 356
     - glog
357
-    - RCT-Folly (= 2021.06.28.00-v2)
358
-  - React-jsiexecutor (0.69.12):
357
+    - RCT-Folly (= 2021.07.22.00)
358
+  - React-jsiexecutor (0.70.14):
359 359
     - DoubleConversion
360 360
     - glog
361
-    - RCT-Folly (= 2021.06.28.00-v2)
362
-    - React-cxxreact (= 0.69.12)
363
-    - React-jsi (= 0.69.12)
364
-    - React-perflogger (= 0.69.12)
365
-  - React-jsinspector (0.69.12)
366
-  - React-logger (0.69.12):
361
+    - RCT-Folly (= 2021.07.22.00)
362
+    - React-cxxreact (= 0.70.14)
363
+    - React-jsi (= 0.70.14)
364
+    - React-perflogger (= 0.70.14)
365
+  - React-jsinspector (0.70.14)
366
+  - React-logger (0.70.14):
367 367
     - glog
368 368
   - react-native-background-timer (2.4.1):
369 369
     - React-Core
@@ -396,72 +396,72 @@ PODS:
396 396
     - React-Core
397 397
   - react-native-webview (13.5.1):
398 398
     - React-Core
399
-  - React-perflogger (0.69.12)
400
-  - React-RCTActionSheet (0.69.12):
401
-    - React-Core/RCTActionSheetHeaders (= 0.69.12)
402
-  - React-RCTAnimation (0.69.12):
403
-    - RCT-Folly (= 2021.06.28.00-v2)
404
-    - RCTTypeSafety (= 0.69.12)
405
-    - React-Codegen (= 0.69.12)
406
-    - React-Core/RCTAnimationHeaders (= 0.69.12)
407
-    - React-jsi (= 0.69.12)
408
-    - ReactCommon/turbomodule/core (= 0.69.12)
409
-  - React-RCTBlob (0.69.12):
410
-    - RCT-Folly (= 2021.06.28.00-v2)
411
-    - React-Codegen (= 0.69.12)
412
-    - React-Core/RCTBlobHeaders (= 0.69.12)
413
-    - React-Core/RCTWebSocket (= 0.69.12)
414
-    - React-jsi (= 0.69.12)
415
-    - React-RCTNetwork (= 0.69.12)
416
-    - ReactCommon/turbomodule/core (= 0.69.12)
417
-  - React-RCTImage (0.69.12):
418
-    - RCT-Folly (= 2021.06.28.00-v2)
419
-    - RCTTypeSafety (= 0.69.12)
420
-    - React-Codegen (= 0.69.12)
421
-    - React-Core/RCTImageHeaders (= 0.69.12)
422
-    - React-jsi (= 0.69.12)
423
-    - React-RCTNetwork (= 0.69.12)
424
-    - ReactCommon/turbomodule/core (= 0.69.12)
425
-  - React-RCTLinking (0.69.12):
426
-    - React-Codegen (= 0.69.12)
427
-    - React-Core/RCTLinkingHeaders (= 0.69.12)
428
-    - React-jsi (= 0.69.12)
429
-    - ReactCommon/turbomodule/core (= 0.69.12)
430
-  - React-RCTNetwork (0.69.12):
431
-    - RCT-Folly (= 2021.06.28.00-v2)
432
-    - RCTTypeSafety (= 0.69.12)
433
-    - React-Codegen (= 0.69.12)
434
-    - React-Core/RCTNetworkHeaders (= 0.69.12)
435
-    - React-jsi (= 0.69.12)
436
-    - ReactCommon/turbomodule/core (= 0.69.12)
437
-  - React-RCTSettings (0.69.12):
438
-    - RCT-Folly (= 2021.06.28.00-v2)
439
-    - RCTTypeSafety (= 0.69.12)
440
-    - React-Codegen (= 0.69.12)
441
-    - React-Core/RCTSettingsHeaders (= 0.69.12)
442
-    - React-jsi (= 0.69.12)
443
-    - ReactCommon/turbomodule/core (= 0.69.12)
444
-  - React-RCTText (0.69.12):
445
-    - React-Core/RCTTextHeaders (= 0.69.12)
446
-  - React-RCTVibration (0.69.12):
447
-    - RCT-Folly (= 2021.06.28.00-v2)
448
-    - React-Codegen (= 0.69.12)
449
-    - React-Core/RCTVibrationHeaders (= 0.69.12)
450
-    - React-jsi (= 0.69.12)
451
-    - ReactCommon/turbomodule/core (= 0.69.12)
452
-  - React-runtimeexecutor (0.69.12):
453
-    - React-jsi (= 0.69.12)
454
-  - ReactCommon/turbomodule/core (0.69.12):
399
+  - React-perflogger (0.70.14)
400
+  - React-RCTActionSheet (0.70.14):
401
+    - React-Core/RCTActionSheetHeaders (= 0.70.14)
402
+  - React-RCTAnimation (0.70.14):
403
+    - RCT-Folly (= 2021.07.22.00)
404
+    - RCTTypeSafety (= 0.70.14)
405
+    - React-Codegen (= 0.70.14)
406
+    - React-Core/RCTAnimationHeaders (= 0.70.14)
407
+    - React-jsi (= 0.70.14)
408
+    - ReactCommon/turbomodule/core (= 0.70.14)
409
+  - React-RCTBlob (0.70.14):
410
+    - RCT-Folly (= 2021.07.22.00)
411
+    - React-Codegen (= 0.70.14)
412
+    - React-Core/RCTBlobHeaders (= 0.70.14)
413
+    - React-Core/RCTWebSocket (= 0.70.14)
414
+    - React-jsi (= 0.70.14)
415
+    - React-RCTNetwork (= 0.70.14)
416
+    - ReactCommon/turbomodule/core (= 0.70.14)
417
+  - React-RCTImage (0.70.14):
418
+    - RCT-Folly (= 2021.07.22.00)
419
+    - RCTTypeSafety (= 0.70.14)
420
+    - React-Codegen (= 0.70.14)
421
+    - React-Core/RCTImageHeaders (= 0.70.14)
422
+    - React-jsi (= 0.70.14)
423
+    - React-RCTNetwork (= 0.70.14)
424
+    - ReactCommon/turbomodule/core (= 0.70.14)
425
+  - React-RCTLinking (0.70.14):
426
+    - React-Codegen (= 0.70.14)
427
+    - React-Core/RCTLinkingHeaders (= 0.70.14)
428
+    - React-jsi (= 0.70.14)
429
+    - ReactCommon/turbomodule/core (= 0.70.14)
430
+  - React-RCTNetwork (0.70.14):
431
+    - RCT-Folly (= 2021.07.22.00)
432
+    - RCTTypeSafety (= 0.70.14)
433
+    - React-Codegen (= 0.70.14)
434
+    - React-Core/RCTNetworkHeaders (= 0.70.14)
435
+    - React-jsi (= 0.70.14)
436
+    - ReactCommon/turbomodule/core (= 0.70.14)
437
+  - React-RCTSettings (0.70.14):
438
+    - RCT-Folly (= 2021.07.22.00)
439
+    - RCTTypeSafety (= 0.70.14)
440
+    - React-Codegen (= 0.70.14)
441
+    - React-Core/RCTSettingsHeaders (= 0.70.14)
442
+    - React-jsi (= 0.70.14)
443
+    - ReactCommon/turbomodule/core (= 0.70.14)
444
+  - React-RCTText (0.70.14):
445
+    - React-Core/RCTTextHeaders (= 0.70.14)
446
+  - React-RCTVibration (0.70.14):
447
+    - RCT-Folly (= 2021.07.22.00)
448
+    - React-Codegen (= 0.70.14)
449
+    - React-Core/RCTVibrationHeaders (= 0.70.14)
450
+    - React-jsi (= 0.70.14)
451
+    - ReactCommon/turbomodule/core (= 0.70.14)
452
+  - React-runtimeexecutor (0.70.14):
453
+    - React-jsi (= 0.70.14)
454
+  - ReactCommon/turbomodule/core (0.70.14):
455 455
     - DoubleConversion
456 456
     - glog
457
-    - RCT-Folly (= 2021.06.28.00-v2)
458
-    - React-bridging (= 0.69.12)
459
-    - React-callinvoker (= 0.69.12)
460
-    - React-Core (= 0.69.12)
461
-    - React-cxxreact (= 0.69.12)
462
-    - React-jsi (= 0.69.12)
463
-    - React-logger (= 0.69.12)
464
-    - React-perflogger (= 0.69.12)
457
+    - RCT-Folly (= 2021.07.22.00)
458
+    - React-bridging (= 0.70.14)
459
+    - React-callinvoker (= 0.70.14)
460
+    - React-Core (= 0.70.14)
461
+    - React-cxxreact (= 0.70.14)
462
+    - React-jsi (= 0.70.14)
463
+    - React-logger (= 0.70.14)
464
+    - React-perflogger (= 0.70.14)
465 465
   - RNCalendarEvents (2.2.0):
466 466
     - React
467 467
   - RNCAsyncStorage (1.19.4):
@@ -709,8 +709,8 @@ SPEC CHECKSUMS:
709 709
   boost: a7c83b31436843459a1961bfd74b96033dc77234
710 710
   CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
711 711
   DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
712
-  FBLazyVector: 6fab494fa11340bd4206edaebed07279a6bafad4
713
-  FBReactNativeSpec: 76d7b03876b0ad0b86bc5c84d23af8e64db8e096
712
+  FBLazyVector: efad4471d02263013cfcb7a2f75de6ac7565692f
713
+  FBReactNativeSpec: 9cd9542bfdcc64e07bc649f809dd621876f78619
714 714
   Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
715 715
   FirebaseAnalytics: 7761cbadb00a717d8d0939363eb46041526474fa
716 716
   FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
@@ -721,33 +721,33 @@ SPEC CHECKSUMS:
721 721
   fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
722 722
   Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5
723 723
   giphy-react-native-sdk: fcda9639f8ca2cc47e0517b6ef11c19359db5f5a
724
-  glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
724
+  glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
725 725
   GoogleAppMeasurement: 4c19f031220c72464d460c9daa1fb5d1acce958e
726
-  GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
726
+  GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
727 727
   GoogleSignIn: b232380cf495a429b8095d3178a8d5855b42e842
728
-  GoogleUtilities: 13e2c67ede716b8741c7989e26893d151b2b2084
728
+  GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
729 729
   GTMAppAuth: 99fb010047ba3973b7026e45393f51f27ab965ae
730
-  GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
730
+  GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
731 731
   JitsiWebRTC: 3a41671ef65a51d7204323814b055a2690b921c7
732
-  libwebp: 33dc822fbbf4503668d09f7885bbfedc76c45e96
732
+  libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
733 733
   nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
734 734
   ObjectiveDropboxOfficial: fe206ce8c0bc49976c249d472db7fdbc53ebbd53
735 735
   PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
736 736
   PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
737
-  RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
738
-  RCTRequired: b9e53f0512019150020156fa0dacd6583ab838be
739
-  RCTTypeSafety: 04b72202bef8302802610dee70bb9407a245b64c
740
-  React: 59288a7ca8104eb8002f01378606fe42eeabf4b5
741
-  React-bridging: b042b8c217f04e568409786de5f221793be49c31
742
-  React-callinvoker: c7b83d582112e2d5a049dc46abf4c64d871b5c45
743
-  React-Codegen: 5747238d0446e3ab1deb967e749a2bfde6a5c866
744
-  React-Core: d8e1250039d47112513757038d9d9f9b638565c6
745
-  React-CoreModules: 63cceb0040ec2b43a258113193be91f934b37f1b
746
-  React-cxxreact: 429404aac55d8bffca77328002452fc7fa8b29e8
747
-  React-jsi: a8f60feb519ac00085eb9a39d20eaa65c96b51ea
748
-  React-jsiexecutor: ce0b9aa647bdf94126eb2ee1f235d329eb8c0aec
749
-  React-jsinspector: f275698149311abc8c32ebb97797d6b97c44adde
750
-  React-logger: da69d7f1c9501c78cd60776d52a60d7fa5e4d9c2
737
+  RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
738
+  RCTRequired: 6f42727926c2ef4836fc23169586f3d8d7f5a6e4
739
+  RCTTypeSafety: de9b538a8f20ae8c780bf38935f37f303b083fc8
740
+  React: 6604c02c25295898e9332c5dbe5d6f140be1e246
741
+  React-bridging: 55de000607b776d7c9b1333f38d1991ef25bf915
742
+  React-callinvoker: aa42aaefd72dbe9218c112fd503eff7ab782bd11
743
+  React-Codegen: 9e13e901ac4d4c46349c2db28b8774fa4274ec18
744
+  React-Core: b046bbaddd981014eaac20cef83de953a0405c1b
745
+  React-CoreModules: 4f0b29e5924b06a868983952265f77fed219f349
746
+  React-cxxreact: 818c9b06607f7972e95eeacb326389429c6a2d38
747
+  React-jsi: 0bf359879bc4c2c908204b1cd789b0a727a7a568
748
+  React-jsiexecutor: 03144eeee729e6a6cb8d7ff2d5653b67315f8f31
749
+  React-jsinspector: 6538dfb58970d1fb9d89c9c34e87713ece6c3cf0
750
+  React-logger: 4e9c3f888b4b5bb72a3ac7f1be7929e776181016
751 751
   react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
752 752
   react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
753 753
   react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
@@ -761,18 +761,18 @@ SPEC CHECKSUMS:
761 761
   react-native-video: 967eead48aaa42c25a9e1d65c3b1ab30762a88df
762 762
   react-native-webrtc: c8d9ad3c152105b2720ca2851d04b49659551992
763 763
   react-native-webview: 8baa0f5c6d336d6ba488e942bcadea5bf51f050a
764
-  React-perflogger: 5ade0a1627352f1647d283e78331819bb46cceae
765
-  React-RCTActionSheet: 8e94f1e46e09c7035b81fe56c0ed8d78f3ccd340
766
-  React-RCTAnimation: bf2af72f03cf16528db9a830be69fa04b341a1b7
767
-  React-RCTBlob: 4d076b8bb55e631ad1280280ecba674fb1e46d16
768
-  React-RCTImage: 073dcc1689466851fe120c7f8a3cfe3db0196c9f
769
-  React-RCTLinking: 8872818dc894a17bf17cb4b120f76917bf2e9f0a
770
-  React-RCTNetwork: 1e9c873f4a210784a4fb752194cb595502112464
771
-  React-RCTSettings: 1475a717c54f4a9ed627dffffad2470c4b15a419
772
-  React-RCTText: ed34088172126f84130eea859d62fedca0dd7975
773
-  React-RCTVibration: c9cd9f21bbcb3b9c6deedbb66f13e373f57dd795
774
-  React-runtimeexecutor: ea78653fbc68bd6f2d3f5e7e311bc5a9dc8bfeca
775
-  ReactCommon: f4bb9e5209ea5c3c6ab25e100895119e58d6e50a
764
+  React-perflogger: 74b2d33200b8c26440c2c39b87a4177d8404655f
765
+  React-RCTActionSheet: 3fdf6b3a85f2ea4b365b267efd9c82aaeb20fe33
766
+  React-RCTAnimation: 9659d5ed57ccbd129516486b2cce38e536841337
767
+  React-RCTBlob: 49ac98cfd9476af046814a2c9126fca1bf0cbe75
768
+  React-RCTImage: b4d2d7d14ad9389bd645bc2daa706ccaead3fc44
769
+  React-RCTLinking: ebf051ed2532652e5290e4fb7c017c42e4e1f0d2
770
+  React-RCTNetwork: 1636df1f91d4c5ad8815ef93f695931af1c0a842
771
+  React-RCTSettings: f6306171fd5d3cd8c5fa0b1803da599784ead5c5
772
+  React-RCTText: 53c106b5fb9e263c2f1e5d6b0733049989d6c428
773
+  React-RCTVibration: d293c50100c0927379e6a80fab86a219e08792ae
774
+  React-runtimeexecutor: 0d01d03375f996484fcc231ccca3fe604a4a5652
775
+  ReactCommon: dce64235f8548b6e4758647310145f5356c8d0cb
776 776
   RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3
777 777
   RNCAsyncStorage: 3a8f7145d17cdd9f88e7b77666c94a09e4f759c8
778 778
   RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
@@ -784,8 +784,8 @@ SPEC CHECKSUMS:
784 784
   RNSound: 6c156f925295bdc83e8e422e7d8b38d33bc71852
785 785
   RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
786 786
   RNWatch: fd30ca40a5b5ef58dcbc195638e68219bc455236
787
-  Yoga: 8a90b50af67eaa9fe94fd03e550bfeab06096873
787
+  Yoga: 56413d530d1808044600320ced5baa883acedc44
788 788
 
789
-PODFILE CHECKSUM: 90720aee51cf2cab2e12611a28dbf55a688e969c
789
+PODFILE CHECKSUM: c5053669414ca81c03ca4548249b11fe53a13060
790 790
 
791
-COCOAPODS: 1.12.1
791
+COCOAPODS: 1.14.3

+ 16
- 5
ios/app/app.xcodeproj/project.pbxproj View File

@@ -3,7 +3,7 @@
3 3
 	archiveVersion = 1;
4 4
 	classes = {
5 5
 	};
6
-	objectVersion = 52;
6
+	objectVersion = 54;
7 7
 	objects = {
8 8
 
9 9
 /* Begin PBXBuildFile section */
@@ -862,7 +862,6 @@
862 862
 					"$(inherited)",
863 863
 					"@executable_path/Frameworks",
864 864
 				);
865
-				LIBRARY_SEARCH_PATHS = "$(inherited)";
866 865
 				OTHER_LDFLAGS = (
867 866
 					"$(inherited)",
868 867
 					"-ObjC",
@@ -892,7 +891,6 @@
892 891
 					"$(inherited)",
893 892
 					"@executable_path/Frameworks",
894 893
 				);
895
-				LIBRARY_SEARCH_PATHS = "$(inherited)";
896 894
 				OTHER_LDFLAGS = (
897 895
 					"$(inherited)",
898 896
 					"-ObjC",
@@ -978,7 +976,7 @@
978 976
 			buildSettings = {
979 977
 				ALWAYS_SEARCH_USER_PATHS = NO;
980 978
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
981
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
979
+				CLANG_CXX_LANGUAGE_STANDARD = "c++17";
982 980
 				CLANG_CXX_LIBRARY = "libc++";
983 981
 				CLANG_ENABLE_MODULES = YES;
984 982
 				CLANG_ENABLE_OBJC_ARC = YES;
@@ -1013,6 +1011,7 @@
1013 1011
 				GCC_PREPROCESSOR_DEFINITIONS = (
1014 1012
 					"DEBUG=1",
1015 1013
 					"$(inherited)",
1014
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
1016 1015
 				);
1017 1016
 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
1018 1017
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -1028,6 +1027,10 @@
1028 1027
 				IPHONEOS_DEPLOYMENT_TARGET = 12.4;
1029 1028
 				MTL_ENABLE_DEBUG_INFO = YES;
1030 1029
 				ONLY_ACTIVE_ARCH = YES;
1030
+				OTHER_LDFLAGS = (
1031
+					"$(inherited)",
1032
+					" ",
1033
+				);
1031 1034
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
1032 1035
 				SDKROOT = iphoneos;
1033 1036
 				TARGETED_DEVICE_FAMILY = "1,2";
@@ -1039,7 +1042,7 @@
1039 1042
 			buildSettings = {
1040 1043
 				ALWAYS_SEARCH_USER_PATHS = NO;
1041 1044
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
1042
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1045
+				CLANG_CXX_LANGUAGE_STANDARD = "c++17";
1043 1046
 				CLANG_CXX_LIBRARY = "libc++";
1044 1047
 				CLANG_ENABLE_MODULES = YES;
1045 1048
 				CLANG_ENABLE_OBJC_ARC = YES;
@@ -1069,6 +1072,10 @@
1069 1072
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
1070 1073
 				GCC_C_LANGUAGE_STANDARD = gnu99;
1071 1074
 				GCC_NO_COMMON_BLOCKS = YES;
1075
+				GCC_PREPROCESSOR_DEFINITIONS = (
1076
+					"$(inherited)",
1077
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
1078
+				);
1072 1079
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1073 1080
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
1074 1081
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -1081,6 +1088,10 @@
1081 1088
 				);
1082 1089
 				IPHONEOS_DEPLOYMENT_TARGET = 12.4;
1083 1090
 				MTL_ENABLE_DEBUG_INFO = NO;
1091
+				OTHER_LDFLAGS = (
1092
+					"$(inherited)",
1093
+					" ",
1094
+				);
1084 1095
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
1085 1096
 				SDKROOT = iphoneos;
1086 1097
 				SWIFT_COMPILATION_MODE = wholemodule;

+ 15
- 2
ios/sdk/sdk.xcodeproj/project.pbxproj View File

@@ -728,7 +728,7 @@
728 728
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
729 729
 				CLANG_ANALYZER_NONNULL = YES;
730 730
 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
731
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
731
+				CLANG_CXX_LANGUAGE_STANDARD = "c++17";
732 732
 				CLANG_CXX_LIBRARY = "libc++";
733 733
 				CLANG_ENABLE_MODULES = YES;
734 734
 				CLANG_ENABLE_OBJC_ARC = YES;
@@ -766,6 +766,7 @@
766 766
 				GCC_PREPROCESSOR_DEFINITIONS = (
767 767
 					"DEBUG=1",
768 768
 					"$(inherited)",
769
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
769 770
 				);
770 771
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
771 772
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
@@ -776,6 +777,10 @@
776 777
 				IPHONEOS_DEPLOYMENT_TARGET = 12.4;
777 778
 				MTL_ENABLE_DEBUG_INFO = YES;
778 779
 				ONLY_ACTIVE_ARCH = YES;
780
+				OTHER_LDFLAGS = (
781
+					"$(inherited)",
782
+					" ",
783
+				);
779 784
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
780 785
 				SDKROOT = iphoneos;
781 786
 				TARGETED_DEVICE_FAMILY = "1,2";
@@ -791,7 +796,7 @@
791 796
 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
792 797
 				CLANG_ANALYZER_NONNULL = YES;
793 798
 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
794
-				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
799
+				CLANG_CXX_LANGUAGE_STANDARD = "c++17";
795 800
 				CLANG_CXX_LIBRARY = "libc++";
796 801
 				CLANG_ENABLE_MODULES = YES;
797 802
 				CLANG_ENABLE_OBJC_ARC = YES;
@@ -824,6 +829,10 @@
824 829
 				"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
825 830
 				GCC_C_LANGUAGE_STANDARD = gnu99;
826 831
 				GCC_NO_COMMON_BLOCKS = YES;
832
+				GCC_PREPROCESSOR_DEFINITIONS = (
833
+					"$(inherited)",
834
+					_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
835
+				);
827 836
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
828 837
 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
829 838
 				GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -832,6 +841,10 @@
832 841
 				GCC_WARN_UNUSED_VARIABLE = YES;
833 842
 				IPHONEOS_DEPLOYMENT_TARGET = 12.4;
834 843
 				MTL_ENABLE_DEBUG_INFO = NO;
844
+				OTHER_LDFLAGS = (
845
+					"$(inherited)",
846
+					" ",
847
+				);
835 848
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
836 849
 				SDKROOT = iphoneos;
837 850
 				SWIFT_COMPILATION_MODE = wholemodule;

+ 653
- 3083
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@@ -80,7 +80,7 @@
80 80
     "react-focus-on": "3.8.1",
81 81
     "react-i18next": "10.11.4",
82 82
     "react-linkify": "1.0.0-alpha",
83
-    "react-native": "0.69.12",
83
+    "react-native": "0.70.14",
84 84
     "react-native-background-timer": "2.4.1",
85 85
     "react-native-calendar-events": "2.2.0",
86 86
     "react-native-default-preference": "1.4.4",

patches/react-native+0.69.12.patch → patches/react-native+0.70.14.patch View File

@@ -2,7 +2,7 @@ diff --git a/node_modules/react-native/React/CoreModules/RCTTiming.mm b/node_mod
2 2
 index 13d0d57..00e5d4c 100644
3 3
 --- a/node_modules/react-native/React/CoreModules/RCTTiming.mm
4 4
 +++ b/node_modules/react-native/React/CoreModules/RCTTiming.mm
5
-@@ -127,7 +127,15 @@ - (void)setup
5
+@@ -127,7 +127,15 @@ RCT_EXPORT_MODULE()
6 6
  {
7 7
    _paused = YES;
8 8
    _timers = [NSMutableDictionary new];
@@ -19,7 +19,7 @@ index 13d0d57..00e5d4c 100644
19 19
  
20 20
    for (NSString *name in @[
21 21
           UIApplicationWillResignActiveNotification,
22
-@@ -146,6 +154,11 @@ - (void)setup
22
+@@ -146,6 +154,11 @@ RCT_EXPORT_MODULE()
23 23
                                                   name:name
24 24
                                                 object:nil];
25 25
    }
@@ -31,7 +31,7 @@ index 13d0d57..00e5d4c 100644
31 31
  }
32 32
  
33 33
  - (void)dealloc
34
-@@ -182,6 +195,16 @@ - (void)appDidMoveToForeground
34
+@@ -182,6 +195,16 @@ RCT_EXPORT_MODULE()
35 35
    [self startTimers];
36 36
  }
37 37
  

Loading…
Cancel
Save