@regulaforensics/face-sdk 7.1.195-rc → 7.1.201-nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/RNFaceSDK.podspec +3 -3
- package/android/CVDFaceSDK.kt +22 -8
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/facesdk/Config.kt +7 -1
- package/android/src/main/java/com/regula/plugin/facesdk/JSONConstructor.kt +2 -0
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +2 -7
- package/android/src/main/java/com/regula/plugin/facesdk/RNFaceApiModule.kt +16 -6
- package/android/src/main/java/com/regula/plugin/facesdk/Utils.kt +1 -1
- package/examples/capacitor/README.md +1 -1
- package/examples/capacitor/android/app/capacitor.build.gradle +5 -4
- package/examples/capacitor/android/capacitor.settings.gradle +3 -0
- package/examples/capacitor/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/examples/capacitor/android/variables.gradle +12 -12
- package/examples/capacitor/ios/App/Podfile +3 -0
- package/examples/capacitor/ios/App/Podfile.lock +72 -0
- package/examples/capacitor/package-lock.json +11336 -0
- package/examples/capacitor/package.json +17 -19
- package/examples/capacitor/scripts/setup.sh +2 -0
- package/examples/capacitor/src/pages/Home.tsx +16 -12
- package/examples/cordova/README.md +1 -1
- package/examples/cordova/package-lock.json +1373 -0
- package/examples/cordova/package.json +2 -2
- package/examples/cordova/scripts/setup.sh +5 -1
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/package-lock.json +15761 -0
- package/examples/ionic/package.json +2 -2
- package/examples/ionic/scripts/setup.sh +5 -1
- package/examples/ionic/src/app/home/home.page.ts +11 -11
- package/examples/react-native/Gemfile.lock +23 -21
- package/examples/react-native/ios/Podfile +2 -0
- package/examples/react-native/ios/Podfile.lock +471 -424
- package/examples/react-native/package-lock.json +615 -702
- package/examples/react-native/package.json +7 -7
- package/examples/react-native/scripts/android.sh +4 -0
- package/examples/react-native/scripts/ios.sh +4 -0
- package/ios/RFSWJSONConstructor.m +13 -15
- package/ios/RFSWMain.m +1 -1
- package/package.json +1 -1
- package/plugin.xml +4 -4
- package/www/capacitor/detect_faces/detect_faces_request.js +2 -0
- package/www/capacitor/image_quality/image_quality_characteristic.js +2 -0
- package/www/capacitor/image_quality/image_quality_group.js +1 -0
- package/www/capacitor/internal/bridge.js +8 -7
- package/www/capacitor/person_database/person_database.js +1 -1
- package/www/cordova.js +84 -75
- package/www/react-native/detect_faces/detect_faces_request.js +2 -0
- package/www/react-native/image_quality/image_quality_characteristic.js +2 -0
- package/www/react-native/image_quality/image_quality_group.js +1 -0
- package/www/react-native/internal/bridge.js +8 -7
- package/www/react-native/person_database/person_database.js +1 -1
- package/www/types/person_database/person_database.d.ts +1 -1
- package/.gitlab/report.yaml +0 -75
- package/.gitlab-ci.yml +0 -49
|
@@ -1,57 +1,58 @@
|
|
|
1
1
|
PODS:
|
|
2
2
|
- boost (1.84.0)
|
|
3
3
|
- DoubleConversion (1.1.6)
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
|
|
7
|
-
- FBLazyVector (0.76.6)
|
|
8
|
-
- fmt (9.1.0)
|
|
4
|
+
- fast_float (6.1.4)
|
|
5
|
+
- FBLazyVector (0.76.9)
|
|
6
|
+
- fmt (11.0.2)
|
|
9
7
|
- glog (0.3.5)
|
|
10
|
-
- hermes-engine (0.76.
|
|
11
|
-
- hermes-engine/Pre-built (= 0.76.
|
|
12
|
-
- hermes-engine/Pre-built (0.76.
|
|
13
|
-
- RCT-Folly (2024.
|
|
8
|
+
- hermes-engine (0.76.9):
|
|
9
|
+
- hermes-engine/Pre-built (= 0.76.9)
|
|
10
|
+
- hermes-engine/Pre-built (0.76.9)
|
|
11
|
+
- RCT-Folly (2024.10.14.00):
|
|
14
12
|
- boost
|
|
15
13
|
- DoubleConversion
|
|
16
|
-
-
|
|
14
|
+
- fast_float
|
|
15
|
+
- fmt
|
|
17
16
|
- glog
|
|
18
|
-
- RCT-Folly/Default (= 2024.
|
|
19
|
-
- RCT-Folly/Default (2024.
|
|
17
|
+
- RCT-Folly/Default (= 2024.10.14.00)
|
|
18
|
+
- RCT-Folly/Default (2024.10.14.00):
|
|
20
19
|
- boost
|
|
21
20
|
- DoubleConversion
|
|
22
|
-
-
|
|
21
|
+
- fast_float
|
|
22
|
+
- fmt
|
|
23
23
|
- glog
|
|
24
|
-
- RCT-Folly/Fabric (2024.
|
|
24
|
+
- RCT-Folly/Fabric (2024.10.14.00):
|
|
25
25
|
- boost
|
|
26
26
|
- DoubleConversion
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- React-Core
|
|
38
|
-
- React-Core/
|
|
39
|
-
- React-
|
|
40
|
-
- React-
|
|
41
|
-
- React-
|
|
42
|
-
- React-
|
|
43
|
-
- React-
|
|
44
|
-
- React-
|
|
45
|
-
- React-
|
|
46
|
-
- React-
|
|
47
|
-
- React-
|
|
48
|
-
|
|
49
|
-
- React-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
27
|
+
- fast_float
|
|
28
|
+
- fmt
|
|
29
|
+
- glog
|
|
30
|
+
- RCTDeprecation (0.76.9)
|
|
31
|
+
- RCTRequired (0.76.9)
|
|
32
|
+
- RCTTypeSafety (0.76.9):
|
|
33
|
+
- FBLazyVector (= 0.76.9)
|
|
34
|
+
- RCTRequired (= 0.76.9)
|
|
35
|
+
- React-Core (= 0.76.9)
|
|
36
|
+
- React (0.76.9):
|
|
37
|
+
- React-Core (= 0.76.9)
|
|
38
|
+
- React-Core/DevSupport (= 0.76.9)
|
|
39
|
+
- React-Core/RCTWebSocket (= 0.76.9)
|
|
40
|
+
- React-RCTActionSheet (= 0.76.9)
|
|
41
|
+
- React-RCTAnimation (= 0.76.9)
|
|
42
|
+
- React-RCTBlob (= 0.76.9)
|
|
43
|
+
- React-RCTImage (= 0.76.9)
|
|
44
|
+
- React-RCTLinking (= 0.76.9)
|
|
45
|
+
- React-RCTNetwork (= 0.76.9)
|
|
46
|
+
- React-RCTSettings (= 0.76.9)
|
|
47
|
+
- React-RCTText (= 0.76.9)
|
|
48
|
+
- React-RCTVibration (= 0.76.9)
|
|
49
|
+
- React-callinvoker (0.76.9)
|
|
50
|
+
- React-Core (0.76.9):
|
|
51
|
+
- glog
|
|
52
|
+
- hermes-engine
|
|
53
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
53
54
|
- RCTDeprecation
|
|
54
|
-
- React-Core/Default (= 0.76.
|
|
55
|
+
- React-Core/Default (= 0.76.9)
|
|
55
56
|
- React-cxxreact
|
|
56
57
|
- React-featureflags
|
|
57
58
|
- React-hermes
|
|
@@ -63,10 +64,10 @@ PODS:
|
|
|
63
64
|
- React-utils
|
|
64
65
|
- SocketRocket (= 0.7.1)
|
|
65
66
|
- Yoga
|
|
66
|
-
- React-Core/CoreModulesHeaders (0.76.
|
|
67
|
+
- React-Core/CoreModulesHeaders (0.76.9):
|
|
67
68
|
- glog
|
|
68
69
|
- hermes-engine
|
|
69
|
-
- RCT-Folly (= 2024.
|
|
70
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
70
71
|
- RCTDeprecation
|
|
71
72
|
- React-Core/Default
|
|
72
73
|
- React-cxxreact
|
|
@@ -80,10 +81,10 @@ PODS:
|
|
|
80
81
|
- React-utils
|
|
81
82
|
- SocketRocket (= 0.7.1)
|
|
82
83
|
- Yoga
|
|
83
|
-
- React-Core/Default (0.76.
|
|
84
|
+
- React-Core/Default (0.76.9):
|
|
84
85
|
- glog
|
|
85
86
|
- hermes-engine
|
|
86
|
-
- RCT-Folly (= 2024.
|
|
87
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
87
88
|
- RCTDeprecation
|
|
88
89
|
- React-cxxreact
|
|
89
90
|
- React-featureflags
|
|
@@ -96,13 +97,13 @@ PODS:
|
|
|
96
97
|
- React-utils
|
|
97
98
|
- SocketRocket (= 0.7.1)
|
|
98
99
|
- Yoga
|
|
99
|
-
- React-Core/DevSupport (0.76.
|
|
100
|
+
- React-Core/DevSupport (0.76.9):
|
|
100
101
|
- glog
|
|
101
102
|
- hermes-engine
|
|
102
|
-
- RCT-Folly (= 2024.
|
|
103
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
103
104
|
- RCTDeprecation
|
|
104
|
-
- React-Core/Default (= 0.76.
|
|
105
|
-
- React-Core/RCTWebSocket (= 0.76.
|
|
105
|
+
- React-Core/Default (= 0.76.9)
|
|
106
|
+
- React-Core/RCTWebSocket (= 0.76.9)
|
|
106
107
|
- React-cxxreact
|
|
107
108
|
- React-featureflags
|
|
108
109
|
- React-hermes
|
|
@@ -114,10 +115,10 @@ PODS:
|
|
|
114
115
|
- React-utils
|
|
115
116
|
- SocketRocket (= 0.7.1)
|
|
116
117
|
- Yoga
|
|
117
|
-
- React-Core/RCTActionSheetHeaders (0.76.
|
|
118
|
+
- React-Core/RCTActionSheetHeaders (0.76.9):
|
|
118
119
|
- glog
|
|
119
120
|
- hermes-engine
|
|
120
|
-
- RCT-Folly (= 2024.
|
|
121
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
121
122
|
- RCTDeprecation
|
|
122
123
|
- React-Core/Default
|
|
123
124
|
- React-cxxreact
|
|
@@ -131,10 +132,10 @@ PODS:
|
|
|
131
132
|
- React-utils
|
|
132
133
|
- SocketRocket (= 0.7.1)
|
|
133
134
|
- Yoga
|
|
134
|
-
- React-Core/RCTAnimationHeaders (0.76.
|
|
135
|
+
- React-Core/RCTAnimationHeaders (0.76.9):
|
|
135
136
|
- glog
|
|
136
137
|
- hermes-engine
|
|
137
|
-
- RCT-Folly (= 2024.
|
|
138
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
138
139
|
- RCTDeprecation
|
|
139
140
|
- React-Core/Default
|
|
140
141
|
- React-cxxreact
|
|
@@ -148,10 +149,10 @@ PODS:
|
|
|
148
149
|
- React-utils
|
|
149
150
|
- SocketRocket (= 0.7.1)
|
|
150
151
|
- Yoga
|
|
151
|
-
- React-Core/RCTBlobHeaders (0.76.
|
|
152
|
+
- React-Core/RCTBlobHeaders (0.76.9):
|
|
152
153
|
- glog
|
|
153
154
|
- hermes-engine
|
|
154
|
-
- RCT-Folly (= 2024.
|
|
155
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
155
156
|
- RCTDeprecation
|
|
156
157
|
- React-Core/Default
|
|
157
158
|
- React-cxxreact
|
|
@@ -165,10 +166,10 @@ PODS:
|
|
|
165
166
|
- React-utils
|
|
166
167
|
- SocketRocket (= 0.7.1)
|
|
167
168
|
- Yoga
|
|
168
|
-
- React-Core/RCTImageHeaders (0.76.
|
|
169
|
+
- React-Core/RCTImageHeaders (0.76.9):
|
|
169
170
|
- glog
|
|
170
171
|
- hermes-engine
|
|
171
|
-
- RCT-Folly (= 2024.
|
|
172
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
172
173
|
- RCTDeprecation
|
|
173
174
|
- React-Core/Default
|
|
174
175
|
- React-cxxreact
|
|
@@ -182,10 +183,10 @@ PODS:
|
|
|
182
183
|
- React-utils
|
|
183
184
|
- SocketRocket (= 0.7.1)
|
|
184
185
|
- Yoga
|
|
185
|
-
- React-Core/RCTLinkingHeaders (0.76.
|
|
186
|
+
- React-Core/RCTLinkingHeaders (0.76.9):
|
|
186
187
|
- glog
|
|
187
188
|
- hermes-engine
|
|
188
|
-
- RCT-Folly (= 2024.
|
|
189
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
189
190
|
- RCTDeprecation
|
|
190
191
|
- React-Core/Default
|
|
191
192
|
- React-cxxreact
|
|
@@ -199,10 +200,10 @@ PODS:
|
|
|
199
200
|
- React-utils
|
|
200
201
|
- SocketRocket (= 0.7.1)
|
|
201
202
|
- Yoga
|
|
202
|
-
- React-Core/RCTNetworkHeaders (0.76.
|
|
203
|
+
- React-Core/RCTNetworkHeaders (0.76.9):
|
|
203
204
|
- glog
|
|
204
205
|
- hermes-engine
|
|
205
|
-
- RCT-Folly (= 2024.
|
|
206
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
206
207
|
- RCTDeprecation
|
|
207
208
|
- React-Core/Default
|
|
208
209
|
- React-cxxreact
|
|
@@ -216,10 +217,10 @@ PODS:
|
|
|
216
217
|
- React-utils
|
|
217
218
|
- SocketRocket (= 0.7.1)
|
|
218
219
|
- Yoga
|
|
219
|
-
- React-Core/RCTSettingsHeaders (0.76.
|
|
220
|
+
- React-Core/RCTSettingsHeaders (0.76.9):
|
|
220
221
|
- glog
|
|
221
222
|
- hermes-engine
|
|
222
|
-
- RCT-Folly (= 2024.
|
|
223
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
223
224
|
- RCTDeprecation
|
|
224
225
|
- React-Core/Default
|
|
225
226
|
- React-cxxreact
|
|
@@ -233,10 +234,10 @@ PODS:
|
|
|
233
234
|
- React-utils
|
|
234
235
|
- SocketRocket (= 0.7.1)
|
|
235
236
|
- Yoga
|
|
236
|
-
- React-Core/RCTTextHeaders (0.76.
|
|
237
|
+
- React-Core/RCTTextHeaders (0.76.9):
|
|
237
238
|
- glog
|
|
238
239
|
- hermes-engine
|
|
239
|
-
- RCT-Folly (= 2024.
|
|
240
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
240
241
|
- RCTDeprecation
|
|
241
242
|
- React-Core/Default
|
|
242
243
|
- React-cxxreact
|
|
@@ -250,10 +251,10 @@ PODS:
|
|
|
250
251
|
- React-utils
|
|
251
252
|
- SocketRocket (= 0.7.1)
|
|
252
253
|
- Yoga
|
|
253
|
-
- React-Core/RCTVibrationHeaders (0.76.
|
|
254
|
+
- React-Core/RCTVibrationHeaders (0.76.9):
|
|
254
255
|
- glog
|
|
255
256
|
- hermes-engine
|
|
256
|
-
- RCT-Folly (= 2024.
|
|
257
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
257
258
|
- RCTDeprecation
|
|
258
259
|
- React-Core/Default
|
|
259
260
|
- React-cxxreact
|
|
@@ -267,12 +268,12 @@ PODS:
|
|
|
267
268
|
- React-utils
|
|
268
269
|
- SocketRocket (= 0.7.1)
|
|
269
270
|
- Yoga
|
|
270
|
-
- React-Core/RCTWebSocket (0.76.
|
|
271
|
+
- React-Core/RCTWebSocket (0.76.9):
|
|
271
272
|
- glog
|
|
272
273
|
- hermes-engine
|
|
273
|
-
- RCT-Folly (= 2024.
|
|
274
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
274
275
|
- RCTDeprecation
|
|
275
|
-
- React-Core/Default (= 0.76.
|
|
276
|
+
- React-Core/Default (= 0.76.9)
|
|
276
277
|
- React-cxxreact
|
|
277
278
|
- React-featureflags
|
|
278
279
|
- React-hermes
|
|
@@ -284,41 +285,43 @@ PODS:
|
|
|
284
285
|
- React-utils
|
|
285
286
|
- SocketRocket (= 0.7.1)
|
|
286
287
|
- Yoga
|
|
287
|
-
- React-CoreModules (0.76.
|
|
288
|
+
- React-CoreModules (0.76.9):
|
|
288
289
|
- DoubleConversion
|
|
289
|
-
-
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
-
|
|
293
|
-
- React-
|
|
290
|
+
- fast_float
|
|
291
|
+
- fmt
|
|
292
|
+
- RCT-Folly
|
|
293
|
+
- RCTTypeSafety
|
|
294
|
+
- React-Core/CoreModulesHeaders
|
|
295
|
+
- React-jsi
|
|
294
296
|
- React-jsinspector
|
|
295
297
|
- React-NativeModulesApple
|
|
296
298
|
- React-RCTBlob
|
|
297
|
-
- React-RCTImage
|
|
299
|
+
- React-RCTImage
|
|
298
300
|
- ReactCodegen
|
|
299
301
|
- ReactCommon
|
|
300
|
-
- SocketRocket
|
|
301
|
-
- React-cxxreact (0.76.
|
|
302
|
+
- SocketRocket
|
|
303
|
+
- React-cxxreact (0.76.9):
|
|
302
304
|
- boost
|
|
303
305
|
- DoubleConversion
|
|
304
|
-
-
|
|
306
|
+
- fast_float
|
|
307
|
+
- fmt
|
|
305
308
|
- glog
|
|
306
309
|
- hermes-engine
|
|
307
|
-
- RCT-Folly
|
|
308
|
-
- React-callinvoker
|
|
309
|
-
- React-debug
|
|
310
|
-
- React-jsi
|
|
310
|
+
- RCT-Folly
|
|
311
|
+
- React-callinvoker
|
|
312
|
+
- React-debug
|
|
313
|
+
- React-jsi
|
|
311
314
|
- React-jsinspector
|
|
312
|
-
- React-logger
|
|
313
|
-
- React-perflogger
|
|
314
|
-
- React-runtimeexecutor
|
|
315
|
-
- React-timing
|
|
316
|
-
- React-debug (0.76.
|
|
317
|
-
- React-defaultsnativemodule (0.76.
|
|
315
|
+
- React-logger
|
|
316
|
+
- React-perflogger
|
|
317
|
+
- React-runtimeexecutor
|
|
318
|
+
- React-timing
|
|
319
|
+
- React-debug (0.76.9)
|
|
320
|
+
- React-defaultsnativemodule (0.76.9):
|
|
318
321
|
- DoubleConversion
|
|
319
322
|
- glog
|
|
320
323
|
- hermes-engine
|
|
321
|
-
- RCT-Folly (= 2024.
|
|
324
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
322
325
|
- RCTRequired
|
|
323
326
|
- RCTTypeSafety
|
|
324
327
|
- React-Core
|
|
@@ -339,11 +342,11 @@ PODS:
|
|
|
339
342
|
- ReactCommon/turbomodule/bridging
|
|
340
343
|
- ReactCommon/turbomodule/core
|
|
341
344
|
- Yoga
|
|
342
|
-
- React-domnativemodule (0.76.
|
|
345
|
+
- React-domnativemodule (0.76.9):
|
|
343
346
|
- DoubleConversion
|
|
344
347
|
- glog
|
|
345
348
|
- hermes-engine
|
|
346
|
-
- RCT-Folly (= 2024.
|
|
349
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
347
350
|
- RCTRequired
|
|
348
351
|
- RCTTypeSafety
|
|
349
352
|
- React-Core
|
|
@@ -361,32 +364,33 @@ PODS:
|
|
|
361
364
|
- ReactCommon/turbomodule/bridging
|
|
362
365
|
- ReactCommon/turbomodule/core
|
|
363
366
|
- Yoga
|
|
364
|
-
- React-Fabric (0.76.
|
|
367
|
+
- React-Fabric (0.76.9):
|
|
365
368
|
- DoubleConversion
|
|
366
|
-
-
|
|
369
|
+
- fast_float
|
|
370
|
+
- fmt
|
|
367
371
|
- glog
|
|
368
372
|
- hermes-engine
|
|
369
|
-
- RCT-Folly/Fabric (= 2024.
|
|
373
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
370
374
|
- RCTRequired
|
|
371
375
|
- RCTTypeSafety
|
|
372
376
|
- React-Core
|
|
373
377
|
- React-cxxreact
|
|
374
378
|
- React-debug
|
|
375
|
-
- React-Fabric/animations (= 0.76.
|
|
376
|
-
- React-Fabric/attributedstring (= 0.76.
|
|
377
|
-
- React-Fabric/componentregistry (= 0.76.
|
|
378
|
-
- React-Fabric/componentregistrynative (= 0.76.
|
|
379
|
-
- React-Fabric/components (= 0.76.
|
|
380
|
-
- React-Fabric/core (= 0.76.
|
|
381
|
-
- React-Fabric/dom (= 0.76.
|
|
382
|
-
- React-Fabric/imagemanager (= 0.76.
|
|
383
|
-
- React-Fabric/leakchecker (= 0.76.
|
|
384
|
-
- React-Fabric/mounting (= 0.76.
|
|
385
|
-
- React-Fabric/observers (= 0.76.
|
|
386
|
-
- React-Fabric/scheduler (= 0.76.
|
|
387
|
-
- React-Fabric/telemetry (= 0.76.
|
|
388
|
-
- React-Fabric/templateprocessor (= 0.76.
|
|
389
|
-
- React-Fabric/uimanager (= 0.76.
|
|
379
|
+
- React-Fabric/animations (= 0.76.9)
|
|
380
|
+
- React-Fabric/attributedstring (= 0.76.9)
|
|
381
|
+
- React-Fabric/componentregistry (= 0.76.9)
|
|
382
|
+
- React-Fabric/componentregistrynative (= 0.76.9)
|
|
383
|
+
- React-Fabric/components (= 0.76.9)
|
|
384
|
+
- React-Fabric/core (= 0.76.9)
|
|
385
|
+
- React-Fabric/dom (= 0.76.9)
|
|
386
|
+
- React-Fabric/imagemanager (= 0.76.9)
|
|
387
|
+
- React-Fabric/leakchecker (= 0.76.9)
|
|
388
|
+
- React-Fabric/mounting (= 0.76.9)
|
|
389
|
+
- React-Fabric/observers (= 0.76.9)
|
|
390
|
+
- React-Fabric/scheduler (= 0.76.9)
|
|
391
|
+
- React-Fabric/telemetry (= 0.76.9)
|
|
392
|
+
- React-Fabric/templateprocessor (= 0.76.9)
|
|
393
|
+
- React-Fabric/uimanager (= 0.76.9)
|
|
390
394
|
- React-featureflags
|
|
391
395
|
- React-graphics
|
|
392
396
|
- React-jsi
|
|
@@ -396,12 +400,13 @@ PODS:
|
|
|
396
400
|
- React-runtimescheduler
|
|
397
401
|
- React-utils
|
|
398
402
|
- ReactCommon/turbomodule/core
|
|
399
|
-
- React-Fabric/animations (0.76.
|
|
403
|
+
- React-Fabric/animations (0.76.9):
|
|
400
404
|
- DoubleConversion
|
|
401
|
-
-
|
|
405
|
+
- fast_float
|
|
406
|
+
- fmt
|
|
402
407
|
- glog
|
|
403
408
|
- hermes-engine
|
|
404
|
-
- RCT-Folly/Fabric (= 2024.
|
|
409
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
405
410
|
- RCTRequired
|
|
406
411
|
- RCTTypeSafety
|
|
407
412
|
- React-Core
|
|
@@ -416,12 +421,13 @@ PODS:
|
|
|
416
421
|
- React-runtimescheduler
|
|
417
422
|
- React-utils
|
|
418
423
|
- ReactCommon/turbomodule/core
|
|
419
|
-
- React-Fabric/attributedstring (0.76.
|
|
424
|
+
- React-Fabric/attributedstring (0.76.9):
|
|
420
425
|
- DoubleConversion
|
|
421
|
-
-
|
|
426
|
+
- fast_float
|
|
427
|
+
- fmt
|
|
422
428
|
- glog
|
|
423
429
|
- hermes-engine
|
|
424
|
-
- RCT-Folly/Fabric (= 2024.
|
|
430
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
425
431
|
- RCTRequired
|
|
426
432
|
- RCTTypeSafety
|
|
427
433
|
- React-Core
|
|
@@ -436,12 +442,13 @@ PODS:
|
|
|
436
442
|
- React-runtimescheduler
|
|
437
443
|
- React-utils
|
|
438
444
|
- ReactCommon/turbomodule/core
|
|
439
|
-
- React-Fabric/componentregistry (0.76.
|
|
445
|
+
- React-Fabric/componentregistry (0.76.9):
|
|
440
446
|
- DoubleConversion
|
|
441
|
-
-
|
|
447
|
+
- fast_float
|
|
448
|
+
- fmt
|
|
442
449
|
- glog
|
|
443
450
|
- hermes-engine
|
|
444
|
-
- RCT-Folly/Fabric (= 2024.
|
|
451
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
445
452
|
- RCTRequired
|
|
446
453
|
- RCTTypeSafety
|
|
447
454
|
- React-Core
|
|
@@ -456,12 +463,13 @@ PODS:
|
|
|
456
463
|
- React-runtimescheduler
|
|
457
464
|
- React-utils
|
|
458
465
|
- ReactCommon/turbomodule/core
|
|
459
|
-
- React-Fabric/componentregistrynative (0.76.
|
|
466
|
+
- React-Fabric/componentregistrynative (0.76.9):
|
|
460
467
|
- DoubleConversion
|
|
461
|
-
-
|
|
468
|
+
- fast_float
|
|
469
|
+
- fmt
|
|
462
470
|
- glog
|
|
463
471
|
- hermes-engine
|
|
464
|
-
- RCT-Folly/Fabric (= 2024.
|
|
472
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
465
473
|
- RCTRequired
|
|
466
474
|
- RCTTypeSafety
|
|
467
475
|
- React-Core
|
|
@@ -476,20 +484,21 @@ PODS:
|
|
|
476
484
|
- React-runtimescheduler
|
|
477
485
|
- React-utils
|
|
478
486
|
- ReactCommon/turbomodule/core
|
|
479
|
-
- React-Fabric/components (0.76.
|
|
487
|
+
- React-Fabric/components (0.76.9):
|
|
480
488
|
- DoubleConversion
|
|
481
|
-
-
|
|
489
|
+
- fast_float
|
|
490
|
+
- fmt
|
|
482
491
|
- glog
|
|
483
492
|
- hermes-engine
|
|
484
|
-
- RCT-Folly/Fabric (= 2024.
|
|
493
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
485
494
|
- RCTRequired
|
|
486
495
|
- RCTTypeSafety
|
|
487
496
|
- React-Core
|
|
488
497
|
- React-cxxreact
|
|
489
498
|
- React-debug
|
|
490
|
-
- React-Fabric/components/legacyviewmanagerinterop (= 0.76.
|
|
491
|
-
- React-Fabric/components/root (= 0.76.
|
|
492
|
-
- React-Fabric/components/view (= 0.76.
|
|
499
|
+
- React-Fabric/components/legacyviewmanagerinterop (= 0.76.9)
|
|
500
|
+
- React-Fabric/components/root (= 0.76.9)
|
|
501
|
+
- React-Fabric/components/view (= 0.76.9)
|
|
493
502
|
- React-featureflags
|
|
494
503
|
- React-graphics
|
|
495
504
|
- React-jsi
|
|
@@ -499,12 +508,13 @@ PODS:
|
|
|
499
508
|
- React-runtimescheduler
|
|
500
509
|
- React-utils
|
|
501
510
|
- ReactCommon/turbomodule/core
|
|
502
|
-
- React-Fabric/components/legacyviewmanagerinterop (0.76.
|
|
511
|
+
- React-Fabric/components/legacyviewmanagerinterop (0.76.9):
|
|
503
512
|
- DoubleConversion
|
|
504
|
-
-
|
|
513
|
+
- fast_float
|
|
514
|
+
- fmt
|
|
505
515
|
- glog
|
|
506
516
|
- hermes-engine
|
|
507
|
-
- RCT-Folly/Fabric (= 2024.
|
|
517
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
508
518
|
- RCTRequired
|
|
509
519
|
- RCTTypeSafety
|
|
510
520
|
- React-Core
|
|
@@ -519,12 +529,13 @@ PODS:
|
|
|
519
529
|
- React-runtimescheduler
|
|
520
530
|
- React-utils
|
|
521
531
|
- ReactCommon/turbomodule/core
|
|
522
|
-
- React-Fabric/components/root (0.76.
|
|
532
|
+
- React-Fabric/components/root (0.76.9):
|
|
523
533
|
- DoubleConversion
|
|
524
|
-
-
|
|
534
|
+
- fast_float
|
|
535
|
+
- fmt
|
|
525
536
|
- glog
|
|
526
537
|
- hermes-engine
|
|
527
|
-
- RCT-Folly/Fabric (= 2024.
|
|
538
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
528
539
|
- RCTRequired
|
|
529
540
|
- RCTTypeSafety
|
|
530
541
|
- React-Core
|
|
@@ -539,12 +550,13 @@ PODS:
|
|
|
539
550
|
- React-runtimescheduler
|
|
540
551
|
- React-utils
|
|
541
552
|
- ReactCommon/turbomodule/core
|
|
542
|
-
- React-Fabric/components/view (0.76.
|
|
553
|
+
- React-Fabric/components/view (0.76.9):
|
|
543
554
|
- DoubleConversion
|
|
544
|
-
-
|
|
555
|
+
- fast_float
|
|
556
|
+
- fmt
|
|
545
557
|
- glog
|
|
546
558
|
- hermes-engine
|
|
547
|
-
- RCT-Folly/Fabric (= 2024.
|
|
559
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
548
560
|
- RCTRequired
|
|
549
561
|
- RCTTypeSafety
|
|
550
562
|
- React-Core
|
|
@@ -560,12 +572,13 @@ PODS:
|
|
|
560
572
|
- React-utils
|
|
561
573
|
- ReactCommon/turbomodule/core
|
|
562
574
|
- Yoga
|
|
563
|
-
- React-Fabric/core (0.76.
|
|
575
|
+
- React-Fabric/core (0.76.9):
|
|
564
576
|
- DoubleConversion
|
|
565
|
-
-
|
|
577
|
+
- fast_float
|
|
578
|
+
- fmt
|
|
566
579
|
- glog
|
|
567
580
|
- hermes-engine
|
|
568
|
-
- RCT-Folly/Fabric (= 2024.
|
|
581
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
569
582
|
- RCTRequired
|
|
570
583
|
- RCTTypeSafety
|
|
571
584
|
- React-Core
|
|
@@ -580,12 +593,13 @@ PODS:
|
|
|
580
593
|
- React-runtimescheduler
|
|
581
594
|
- React-utils
|
|
582
595
|
- ReactCommon/turbomodule/core
|
|
583
|
-
- React-Fabric/dom (0.76.
|
|
596
|
+
- React-Fabric/dom (0.76.9):
|
|
584
597
|
- DoubleConversion
|
|
585
|
-
-
|
|
598
|
+
- fast_float
|
|
599
|
+
- fmt
|
|
586
600
|
- glog
|
|
587
601
|
- hermes-engine
|
|
588
|
-
- RCT-Folly/Fabric (= 2024.
|
|
602
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
589
603
|
- RCTRequired
|
|
590
604
|
- RCTTypeSafety
|
|
591
605
|
- React-Core
|
|
@@ -600,12 +614,13 @@ PODS:
|
|
|
600
614
|
- React-runtimescheduler
|
|
601
615
|
- React-utils
|
|
602
616
|
- ReactCommon/turbomodule/core
|
|
603
|
-
- React-Fabric/imagemanager (0.76.
|
|
617
|
+
- React-Fabric/imagemanager (0.76.9):
|
|
604
618
|
- DoubleConversion
|
|
605
|
-
-
|
|
619
|
+
- fast_float
|
|
620
|
+
- fmt
|
|
606
621
|
- glog
|
|
607
622
|
- hermes-engine
|
|
608
|
-
- RCT-Folly/Fabric (= 2024.
|
|
623
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
609
624
|
- RCTRequired
|
|
610
625
|
- RCTTypeSafety
|
|
611
626
|
- React-Core
|
|
@@ -620,12 +635,13 @@ PODS:
|
|
|
620
635
|
- React-runtimescheduler
|
|
621
636
|
- React-utils
|
|
622
637
|
- ReactCommon/turbomodule/core
|
|
623
|
-
- React-Fabric/leakchecker (0.76.
|
|
638
|
+
- React-Fabric/leakchecker (0.76.9):
|
|
624
639
|
- DoubleConversion
|
|
625
|
-
-
|
|
640
|
+
- fast_float
|
|
641
|
+
- fmt
|
|
626
642
|
- glog
|
|
627
643
|
- hermes-engine
|
|
628
|
-
- RCT-Folly/Fabric (= 2024.
|
|
644
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
629
645
|
- RCTRequired
|
|
630
646
|
- RCTTypeSafety
|
|
631
647
|
- React-Core
|
|
@@ -640,12 +656,13 @@ PODS:
|
|
|
640
656
|
- React-runtimescheduler
|
|
641
657
|
- React-utils
|
|
642
658
|
- ReactCommon/turbomodule/core
|
|
643
|
-
- React-Fabric/mounting (0.76.
|
|
659
|
+
- React-Fabric/mounting (0.76.9):
|
|
644
660
|
- DoubleConversion
|
|
645
|
-
-
|
|
661
|
+
- fast_float
|
|
662
|
+
- fmt
|
|
646
663
|
- glog
|
|
647
664
|
- hermes-engine
|
|
648
|
-
- RCT-Folly/Fabric (= 2024.
|
|
665
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
649
666
|
- RCTRequired
|
|
650
667
|
- RCTTypeSafety
|
|
651
668
|
- React-Core
|
|
@@ -660,18 +677,19 @@ PODS:
|
|
|
660
677
|
- React-runtimescheduler
|
|
661
678
|
- React-utils
|
|
662
679
|
- ReactCommon/turbomodule/core
|
|
663
|
-
- React-Fabric/observers (0.76.
|
|
680
|
+
- React-Fabric/observers (0.76.9):
|
|
664
681
|
- DoubleConversion
|
|
665
|
-
-
|
|
682
|
+
- fast_float
|
|
683
|
+
- fmt
|
|
666
684
|
- glog
|
|
667
685
|
- hermes-engine
|
|
668
|
-
- RCT-Folly/Fabric (= 2024.
|
|
686
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
669
687
|
- RCTRequired
|
|
670
688
|
- RCTTypeSafety
|
|
671
689
|
- React-Core
|
|
672
690
|
- React-cxxreact
|
|
673
691
|
- React-debug
|
|
674
|
-
- React-Fabric/observers/events (= 0.76.
|
|
692
|
+
- React-Fabric/observers/events (= 0.76.9)
|
|
675
693
|
- React-featureflags
|
|
676
694
|
- React-graphics
|
|
677
695
|
- React-jsi
|
|
@@ -681,12 +699,13 @@ PODS:
|
|
|
681
699
|
- React-runtimescheduler
|
|
682
700
|
- React-utils
|
|
683
701
|
- ReactCommon/turbomodule/core
|
|
684
|
-
- React-Fabric/observers/events (0.76.
|
|
702
|
+
- React-Fabric/observers/events (0.76.9):
|
|
685
703
|
- DoubleConversion
|
|
686
|
-
-
|
|
704
|
+
- fast_float
|
|
705
|
+
- fmt
|
|
687
706
|
- glog
|
|
688
707
|
- hermes-engine
|
|
689
|
-
- RCT-Folly/Fabric (= 2024.
|
|
708
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
690
709
|
- RCTRequired
|
|
691
710
|
- RCTTypeSafety
|
|
692
711
|
- React-Core
|
|
@@ -701,12 +720,13 @@ PODS:
|
|
|
701
720
|
- React-runtimescheduler
|
|
702
721
|
- React-utils
|
|
703
722
|
- ReactCommon/turbomodule/core
|
|
704
|
-
- React-Fabric/scheduler (0.76.
|
|
723
|
+
- React-Fabric/scheduler (0.76.9):
|
|
705
724
|
- DoubleConversion
|
|
706
|
-
-
|
|
725
|
+
- fast_float
|
|
726
|
+
- fmt
|
|
707
727
|
- glog
|
|
708
728
|
- hermes-engine
|
|
709
|
-
- RCT-Folly/Fabric (= 2024.
|
|
729
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
710
730
|
- RCTRequired
|
|
711
731
|
- RCTTypeSafety
|
|
712
732
|
- React-Core
|
|
@@ -723,12 +743,13 @@ PODS:
|
|
|
723
743
|
- React-runtimescheduler
|
|
724
744
|
- React-utils
|
|
725
745
|
- ReactCommon/turbomodule/core
|
|
726
|
-
- React-Fabric/telemetry (0.76.
|
|
746
|
+
- React-Fabric/telemetry (0.76.9):
|
|
727
747
|
- DoubleConversion
|
|
728
|
-
-
|
|
748
|
+
- fast_float
|
|
749
|
+
- fmt
|
|
729
750
|
- glog
|
|
730
751
|
- hermes-engine
|
|
731
|
-
- RCT-Folly/Fabric (= 2024.
|
|
752
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
732
753
|
- RCTRequired
|
|
733
754
|
- RCTTypeSafety
|
|
734
755
|
- React-Core
|
|
@@ -743,12 +764,13 @@ PODS:
|
|
|
743
764
|
- React-runtimescheduler
|
|
744
765
|
- React-utils
|
|
745
766
|
- ReactCommon/turbomodule/core
|
|
746
|
-
- React-Fabric/templateprocessor (0.76.
|
|
767
|
+
- React-Fabric/templateprocessor (0.76.9):
|
|
747
768
|
- DoubleConversion
|
|
748
|
-
-
|
|
769
|
+
- fast_float
|
|
770
|
+
- fmt
|
|
749
771
|
- glog
|
|
750
772
|
- hermes-engine
|
|
751
|
-
- RCT-Folly/Fabric (= 2024.
|
|
773
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
752
774
|
- RCTRequired
|
|
753
775
|
- RCTTypeSafety
|
|
754
776
|
- React-Core
|
|
@@ -763,18 +785,19 @@ PODS:
|
|
|
763
785
|
- React-runtimescheduler
|
|
764
786
|
- React-utils
|
|
765
787
|
- ReactCommon/turbomodule/core
|
|
766
|
-
- React-Fabric/uimanager (0.76.
|
|
788
|
+
- React-Fabric/uimanager (0.76.9):
|
|
767
789
|
- DoubleConversion
|
|
768
|
-
-
|
|
790
|
+
- fast_float
|
|
791
|
+
- fmt
|
|
769
792
|
- glog
|
|
770
793
|
- hermes-engine
|
|
771
|
-
- RCT-Folly/Fabric (= 2024.
|
|
794
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
772
795
|
- RCTRequired
|
|
773
796
|
- RCTTypeSafety
|
|
774
797
|
- React-Core
|
|
775
798
|
- React-cxxreact
|
|
776
799
|
- React-debug
|
|
777
|
-
- React-Fabric/uimanager/consistency (= 0.76.
|
|
800
|
+
- React-Fabric/uimanager/consistency (= 0.76.9)
|
|
778
801
|
- React-featureflags
|
|
779
802
|
- React-graphics
|
|
780
803
|
- React-jsi
|
|
@@ -785,12 +808,13 @@ PODS:
|
|
|
785
808
|
- React-runtimescheduler
|
|
786
809
|
- React-utils
|
|
787
810
|
- ReactCommon/turbomodule/core
|
|
788
|
-
- React-Fabric/uimanager/consistency (0.76.
|
|
811
|
+
- React-Fabric/uimanager/consistency (0.76.9):
|
|
789
812
|
- DoubleConversion
|
|
790
|
-
-
|
|
813
|
+
- fast_float
|
|
814
|
+
- fmt
|
|
791
815
|
- glog
|
|
792
816
|
- hermes-engine
|
|
793
|
-
- RCT-Folly/Fabric (= 2024.
|
|
817
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
794
818
|
- RCTRequired
|
|
795
819
|
- RCTTypeSafety
|
|
796
820
|
- React-Core
|
|
@@ -806,20 +830,21 @@ PODS:
|
|
|
806
830
|
- React-runtimescheduler
|
|
807
831
|
- React-utils
|
|
808
832
|
- ReactCommon/turbomodule/core
|
|
809
|
-
- React-FabricComponents (0.76.
|
|
833
|
+
- React-FabricComponents (0.76.9):
|
|
810
834
|
- DoubleConversion
|
|
811
|
-
-
|
|
835
|
+
- fast_float
|
|
836
|
+
- fmt
|
|
812
837
|
- glog
|
|
813
838
|
- hermes-engine
|
|
814
|
-
- RCT-Folly/Fabric (= 2024.
|
|
839
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
815
840
|
- RCTRequired
|
|
816
841
|
- RCTTypeSafety
|
|
817
842
|
- React-Core
|
|
818
843
|
- React-cxxreact
|
|
819
844
|
- React-debug
|
|
820
845
|
- React-Fabric
|
|
821
|
-
- React-FabricComponents/components (= 0.76.
|
|
822
|
-
- React-FabricComponents/textlayoutmanager (= 0.76.
|
|
846
|
+
- React-FabricComponents/components (= 0.76.9)
|
|
847
|
+
- React-FabricComponents/textlayoutmanager (= 0.76.9)
|
|
823
848
|
- React-featureflags
|
|
824
849
|
- React-graphics
|
|
825
850
|
- React-jsi
|
|
@@ -831,27 +856,28 @@ PODS:
|
|
|
831
856
|
- ReactCodegen
|
|
832
857
|
- ReactCommon/turbomodule/core
|
|
833
858
|
- Yoga
|
|
834
|
-
- React-FabricComponents/components (0.76.
|
|
859
|
+
- React-FabricComponents/components (0.76.9):
|
|
835
860
|
- DoubleConversion
|
|
836
|
-
-
|
|
861
|
+
- fast_float
|
|
862
|
+
- fmt
|
|
837
863
|
- glog
|
|
838
864
|
- hermes-engine
|
|
839
|
-
- RCT-Folly/Fabric (= 2024.
|
|
865
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
840
866
|
- RCTRequired
|
|
841
867
|
- RCTTypeSafety
|
|
842
868
|
- React-Core
|
|
843
869
|
- React-cxxreact
|
|
844
870
|
- React-debug
|
|
845
871
|
- React-Fabric
|
|
846
|
-
- React-FabricComponents/components/inputaccessory (= 0.76.
|
|
847
|
-
- React-FabricComponents/components/iostextinput (= 0.76.
|
|
848
|
-
- React-FabricComponents/components/modal (= 0.76.
|
|
849
|
-
- React-FabricComponents/components/rncore (= 0.76.
|
|
850
|
-
- React-FabricComponents/components/safeareaview (= 0.76.
|
|
851
|
-
- React-FabricComponents/components/scrollview (= 0.76.
|
|
852
|
-
- React-FabricComponents/components/text (= 0.76.
|
|
853
|
-
- React-FabricComponents/components/textinput (= 0.76.
|
|
854
|
-
- React-FabricComponents/components/unimplementedview (= 0.76.
|
|
872
|
+
- React-FabricComponents/components/inputaccessory (= 0.76.9)
|
|
873
|
+
- React-FabricComponents/components/iostextinput (= 0.76.9)
|
|
874
|
+
- React-FabricComponents/components/modal (= 0.76.9)
|
|
875
|
+
- React-FabricComponents/components/rncore (= 0.76.9)
|
|
876
|
+
- React-FabricComponents/components/safeareaview (= 0.76.9)
|
|
877
|
+
- React-FabricComponents/components/scrollview (= 0.76.9)
|
|
878
|
+
- React-FabricComponents/components/text (= 0.76.9)
|
|
879
|
+
- React-FabricComponents/components/textinput (= 0.76.9)
|
|
880
|
+
- React-FabricComponents/components/unimplementedview (= 0.76.9)
|
|
855
881
|
- React-featureflags
|
|
856
882
|
- React-graphics
|
|
857
883
|
- React-jsi
|
|
@@ -863,12 +889,13 @@ PODS:
|
|
|
863
889
|
- ReactCodegen
|
|
864
890
|
- ReactCommon/turbomodule/core
|
|
865
891
|
- Yoga
|
|
866
|
-
- React-FabricComponents/components/inputaccessory (0.76.
|
|
892
|
+
- React-FabricComponents/components/inputaccessory (0.76.9):
|
|
867
893
|
- DoubleConversion
|
|
868
|
-
-
|
|
894
|
+
- fast_float
|
|
895
|
+
- fmt
|
|
869
896
|
- glog
|
|
870
897
|
- hermes-engine
|
|
871
|
-
- RCT-Folly/Fabric (= 2024.
|
|
898
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
872
899
|
- RCTRequired
|
|
873
900
|
- RCTTypeSafety
|
|
874
901
|
- React-Core
|
|
@@ -886,12 +913,13 @@ PODS:
|
|
|
886
913
|
- ReactCodegen
|
|
887
914
|
- ReactCommon/turbomodule/core
|
|
888
915
|
- Yoga
|
|
889
|
-
- React-FabricComponents/components/iostextinput (0.76.
|
|
916
|
+
- React-FabricComponents/components/iostextinput (0.76.9):
|
|
890
917
|
- DoubleConversion
|
|
891
|
-
-
|
|
918
|
+
- fast_float
|
|
919
|
+
- fmt
|
|
892
920
|
- glog
|
|
893
921
|
- hermes-engine
|
|
894
|
-
- RCT-Folly/Fabric (= 2024.
|
|
922
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
895
923
|
- RCTRequired
|
|
896
924
|
- RCTTypeSafety
|
|
897
925
|
- React-Core
|
|
@@ -909,12 +937,13 @@ PODS:
|
|
|
909
937
|
- ReactCodegen
|
|
910
938
|
- ReactCommon/turbomodule/core
|
|
911
939
|
- Yoga
|
|
912
|
-
- React-FabricComponents/components/modal (0.76.
|
|
940
|
+
- React-FabricComponents/components/modal (0.76.9):
|
|
913
941
|
- DoubleConversion
|
|
914
|
-
-
|
|
942
|
+
- fast_float
|
|
943
|
+
- fmt
|
|
915
944
|
- glog
|
|
916
945
|
- hermes-engine
|
|
917
|
-
- RCT-Folly/Fabric (= 2024.
|
|
946
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
918
947
|
- RCTRequired
|
|
919
948
|
- RCTTypeSafety
|
|
920
949
|
- React-Core
|
|
@@ -932,12 +961,13 @@ PODS:
|
|
|
932
961
|
- ReactCodegen
|
|
933
962
|
- ReactCommon/turbomodule/core
|
|
934
963
|
- Yoga
|
|
935
|
-
- React-FabricComponents/components/rncore (0.76.
|
|
964
|
+
- React-FabricComponents/components/rncore (0.76.9):
|
|
936
965
|
- DoubleConversion
|
|
937
|
-
-
|
|
966
|
+
- fast_float
|
|
967
|
+
- fmt
|
|
938
968
|
- glog
|
|
939
969
|
- hermes-engine
|
|
940
|
-
- RCT-Folly/Fabric (= 2024.
|
|
970
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
941
971
|
- RCTRequired
|
|
942
972
|
- RCTTypeSafety
|
|
943
973
|
- React-Core
|
|
@@ -955,12 +985,13 @@ PODS:
|
|
|
955
985
|
- ReactCodegen
|
|
956
986
|
- ReactCommon/turbomodule/core
|
|
957
987
|
- Yoga
|
|
958
|
-
- React-FabricComponents/components/safeareaview (0.76.
|
|
988
|
+
- React-FabricComponents/components/safeareaview (0.76.9):
|
|
959
989
|
- DoubleConversion
|
|
960
|
-
-
|
|
990
|
+
- fast_float
|
|
991
|
+
- fmt
|
|
961
992
|
- glog
|
|
962
993
|
- hermes-engine
|
|
963
|
-
- RCT-Folly/Fabric (= 2024.
|
|
994
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
964
995
|
- RCTRequired
|
|
965
996
|
- RCTTypeSafety
|
|
966
997
|
- React-Core
|
|
@@ -978,12 +1009,13 @@ PODS:
|
|
|
978
1009
|
- ReactCodegen
|
|
979
1010
|
- ReactCommon/turbomodule/core
|
|
980
1011
|
- Yoga
|
|
981
|
-
- React-FabricComponents/components/scrollview (0.76.
|
|
1012
|
+
- React-FabricComponents/components/scrollview (0.76.9):
|
|
982
1013
|
- DoubleConversion
|
|
983
|
-
-
|
|
1014
|
+
- fast_float
|
|
1015
|
+
- fmt
|
|
984
1016
|
- glog
|
|
985
1017
|
- hermes-engine
|
|
986
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1018
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
987
1019
|
- RCTRequired
|
|
988
1020
|
- RCTTypeSafety
|
|
989
1021
|
- React-Core
|
|
@@ -1001,12 +1033,13 @@ PODS:
|
|
|
1001
1033
|
- ReactCodegen
|
|
1002
1034
|
- ReactCommon/turbomodule/core
|
|
1003
1035
|
- Yoga
|
|
1004
|
-
- React-FabricComponents/components/text (0.76.
|
|
1036
|
+
- React-FabricComponents/components/text (0.76.9):
|
|
1005
1037
|
- DoubleConversion
|
|
1006
|
-
-
|
|
1038
|
+
- fast_float
|
|
1039
|
+
- fmt
|
|
1007
1040
|
- glog
|
|
1008
1041
|
- hermes-engine
|
|
1009
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1042
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1010
1043
|
- RCTRequired
|
|
1011
1044
|
- RCTTypeSafety
|
|
1012
1045
|
- React-Core
|
|
@@ -1024,12 +1057,13 @@ PODS:
|
|
|
1024
1057
|
- ReactCodegen
|
|
1025
1058
|
- ReactCommon/turbomodule/core
|
|
1026
1059
|
- Yoga
|
|
1027
|
-
- React-FabricComponents/components/textinput (0.76.
|
|
1060
|
+
- React-FabricComponents/components/textinput (0.76.9):
|
|
1028
1061
|
- DoubleConversion
|
|
1029
|
-
-
|
|
1062
|
+
- fast_float
|
|
1063
|
+
- fmt
|
|
1030
1064
|
- glog
|
|
1031
1065
|
- hermes-engine
|
|
1032
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1066
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1033
1067
|
- RCTRequired
|
|
1034
1068
|
- RCTTypeSafety
|
|
1035
1069
|
- React-Core
|
|
@@ -1047,12 +1081,13 @@ PODS:
|
|
|
1047
1081
|
- ReactCodegen
|
|
1048
1082
|
- ReactCommon/turbomodule/core
|
|
1049
1083
|
- Yoga
|
|
1050
|
-
- React-FabricComponents/components/unimplementedview (0.76.
|
|
1084
|
+
- React-FabricComponents/components/unimplementedview (0.76.9):
|
|
1051
1085
|
- DoubleConversion
|
|
1052
|
-
-
|
|
1086
|
+
- fast_float
|
|
1087
|
+
- fmt
|
|
1053
1088
|
- glog
|
|
1054
1089
|
- hermes-engine
|
|
1055
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1090
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1056
1091
|
- RCTRequired
|
|
1057
1092
|
- RCTTypeSafety
|
|
1058
1093
|
- React-Core
|
|
@@ -1070,12 +1105,13 @@ PODS:
|
|
|
1070
1105
|
- ReactCodegen
|
|
1071
1106
|
- ReactCommon/turbomodule/core
|
|
1072
1107
|
- Yoga
|
|
1073
|
-
- React-FabricComponents/textlayoutmanager (0.76.
|
|
1108
|
+
- React-FabricComponents/textlayoutmanager (0.76.9):
|
|
1074
1109
|
- DoubleConversion
|
|
1075
|
-
-
|
|
1110
|
+
- fast_float
|
|
1111
|
+
- fmt
|
|
1076
1112
|
- glog
|
|
1077
1113
|
- hermes-engine
|
|
1078
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1114
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1079
1115
|
- RCTRequired
|
|
1080
1116
|
- RCTTypeSafety
|
|
1081
1117
|
- React-Core
|
|
@@ -1093,30 +1129,31 @@ PODS:
|
|
|
1093
1129
|
- ReactCodegen
|
|
1094
1130
|
- ReactCommon/turbomodule/core
|
|
1095
1131
|
- Yoga
|
|
1096
|
-
- React-FabricImage (0.76.
|
|
1132
|
+
- React-FabricImage (0.76.9):
|
|
1097
1133
|
- DoubleConversion
|
|
1098
|
-
-
|
|
1134
|
+
- fast_float
|
|
1135
|
+
- fmt
|
|
1099
1136
|
- glog
|
|
1100
1137
|
- hermes-engine
|
|
1101
|
-
- RCT-Folly/Fabric
|
|
1102
|
-
- RCTRequired
|
|
1103
|
-
- RCTTypeSafety
|
|
1138
|
+
- RCT-Folly/Fabric
|
|
1139
|
+
- RCTRequired
|
|
1140
|
+
- RCTTypeSafety
|
|
1104
1141
|
- React-Fabric
|
|
1105
1142
|
- React-graphics
|
|
1106
1143
|
- React-ImageManager
|
|
1107
1144
|
- React-jsi
|
|
1108
|
-
- React-jsiexecutor
|
|
1145
|
+
- React-jsiexecutor
|
|
1109
1146
|
- React-logger
|
|
1110
1147
|
- React-rendererdebug
|
|
1111
1148
|
- React-utils
|
|
1112
1149
|
- ReactCommon
|
|
1113
1150
|
- Yoga
|
|
1114
|
-
- React-featureflags (0.76.
|
|
1115
|
-
- React-featureflagsnativemodule (0.76.
|
|
1151
|
+
- React-featureflags (0.76.9)
|
|
1152
|
+
- React-featureflagsnativemodule (0.76.9):
|
|
1116
1153
|
- DoubleConversion
|
|
1117
1154
|
- glog
|
|
1118
1155
|
- hermes-engine
|
|
1119
|
-
- RCT-Folly (= 2024.
|
|
1156
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1120
1157
|
- RCTRequired
|
|
1121
1158
|
- RCTTypeSafety
|
|
1122
1159
|
- React-Core
|
|
@@ -1133,31 +1170,33 @@ PODS:
|
|
|
1133
1170
|
- ReactCommon/turbomodule/bridging
|
|
1134
1171
|
- ReactCommon/turbomodule/core
|
|
1135
1172
|
- Yoga
|
|
1136
|
-
- React-graphics (0.76.
|
|
1173
|
+
- React-graphics (0.76.9):
|
|
1137
1174
|
- DoubleConversion
|
|
1138
|
-
-
|
|
1175
|
+
- fast_float
|
|
1176
|
+
- fmt
|
|
1139
1177
|
- glog
|
|
1140
|
-
- RCT-Folly/Fabric
|
|
1178
|
+
- RCT-Folly/Fabric
|
|
1141
1179
|
- React-jsi
|
|
1142
1180
|
- React-jsiexecutor
|
|
1143
1181
|
- React-utils
|
|
1144
|
-
- React-hermes (0.76.
|
|
1182
|
+
- React-hermes (0.76.9):
|
|
1145
1183
|
- DoubleConversion
|
|
1146
|
-
-
|
|
1184
|
+
- fast_float
|
|
1185
|
+
- fmt
|
|
1147
1186
|
- glog
|
|
1148
1187
|
- hermes-engine
|
|
1149
|
-
- RCT-Folly
|
|
1150
|
-
- React-cxxreact
|
|
1188
|
+
- RCT-Folly
|
|
1189
|
+
- React-cxxreact
|
|
1151
1190
|
- React-jsi
|
|
1152
|
-
- React-jsiexecutor
|
|
1191
|
+
- React-jsiexecutor
|
|
1153
1192
|
- React-jsinspector
|
|
1154
|
-
- React-perflogger
|
|
1193
|
+
- React-perflogger
|
|
1155
1194
|
- React-runtimeexecutor
|
|
1156
|
-
- React-idlecallbacksnativemodule (0.76.
|
|
1195
|
+
- React-idlecallbacksnativemodule (0.76.9):
|
|
1157
1196
|
- DoubleConversion
|
|
1158
1197
|
- glog
|
|
1159
1198
|
- hermes-engine
|
|
1160
|
-
- RCT-Folly (= 2024.
|
|
1199
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1161
1200
|
- RCTRequired
|
|
1162
1201
|
- RCTTypeSafety
|
|
1163
1202
|
- React-Core
|
|
@@ -1175,7 +1214,7 @@ PODS:
|
|
|
1175
1214
|
- ReactCommon/turbomodule/bridging
|
|
1176
1215
|
- ReactCommon/turbomodule/core
|
|
1177
1216
|
- Yoga
|
|
1178
|
-
- React-ImageManager (0.76.
|
|
1217
|
+
- React-ImageManager (0.76.9):
|
|
1179
1218
|
- glog
|
|
1180
1219
|
- RCT-Folly/Fabric
|
|
1181
1220
|
- React-Core/Default
|
|
@@ -1184,51 +1223,53 @@ PODS:
|
|
|
1184
1223
|
- React-graphics
|
|
1185
1224
|
- React-rendererdebug
|
|
1186
1225
|
- React-utils
|
|
1187
|
-
- React-jserrorhandler (0.76.
|
|
1226
|
+
- React-jserrorhandler (0.76.9):
|
|
1188
1227
|
- glog
|
|
1189
1228
|
- hermes-engine
|
|
1190
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1229
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1191
1230
|
- React-cxxreact
|
|
1192
1231
|
- React-debug
|
|
1193
1232
|
- React-jsi
|
|
1194
|
-
- React-jsi (0.76.
|
|
1233
|
+
- React-jsi (0.76.9):
|
|
1195
1234
|
- boost
|
|
1196
1235
|
- DoubleConversion
|
|
1197
|
-
-
|
|
1236
|
+
- fast_float
|
|
1237
|
+
- fmt
|
|
1198
1238
|
- glog
|
|
1199
1239
|
- hermes-engine
|
|
1200
|
-
- RCT-Folly
|
|
1201
|
-
- React-jsiexecutor (0.76.
|
|
1240
|
+
- RCT-Folly
|
|
1241
|
+
- React-jsiexecutor (0.76.9):
|
|
1202
1242
|
- DoubleConversion
|
|
1203
|
-
-
|
|
1243
|
+
- fast_float
|
|
1244
|
+
- fmt
|
|
1204
1245
|
- glog
|
|
1205
1246
|
- hermes-engine
|
|
1206
|
-
- RCT-Folly
|
|
1207
|
-
- React-cxxreact
|
|
1208
|
-
- React-jsi
|
|
1247
|
+
- RCT-Folly
|
|
1248
|
+
- React-cxxreact
|
|
1249
|
+
- React-jsi
|
|
1209
1250
|
- React-jsinspector
|
|
1210
|
-
- React-perflogger
|
|
1211
|
-
- React-jsinspector (0.76.
|
|
1251
|
+
- React-perflogger
|
|
1252
|
+
- React-jsinspector (0.76.9):
|
|
1212
1253
|
- DoubleConversion
|
|
1213
1254
|
- glog
|
|
1214
1255
|
- hermes-engine
|
|
1215
|
-
- RCT-Folly
|
|
1256
|
+
- RCT-Folly
|
|
1216
1257
|
- React-featureflags
|
|
1217
1258
|
- React-jsi
|
|
1218
|
-
- React-perflogger
|
|
1219
|
-
- React-runtimeexecutor
|
|
1220
|
-
- React-jsitracing (0.76.
|
|
1259
|
+
- React-perflogger
|
|
1260
|
+
- React-runtimeexecutor
|
|
1261
|
+
- React-jsitracing (0.76.9):
|
|
1221
1262
|
- React-jsi
|
|
1222
|
-
- React-logger (0.76.
|
|
1263
|
+
- React-logger (0.76.9):
|
|
1223
1264
|
- glog
|
|
1224
|
-
- React-Mapbuffer (0.76.
|
|
1265
|
+
- React-Mapbuffer (0.76.9):
|
|
1225
1266
|
- glog
|
|
1226
1267
|
- React-debug
|
|
1227
|
-
- React-microtasksnativemodule (0.76.
|
|
1268
|
+
- React-microtasksnativemodule (0.76.9):
|
|
1228
1269
|
- DoubleConversion
|
|
1229
1270
|
- glog
|
|
1230
1271
|
- hermes-engine
|
|
1231
|
-
- RCT-Folly (= 2024.
|
|
1272
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1232
1273
|
- RCTRequired
|
|
1233
1274
|
- RCTTypeSafety
|
|
1234
1275
|
- React-Core
|
|
@@ -1249,7 +1290,7 @@ PODS:
|
|
|
1249
1290
|
- DoubleConversion
|
|
1250
1291
|
- glog
|
|
1251
1292
|
- hermes-engine
|
|
1252
|
-
- RCT-Folly (= 2024.
|
|
1293
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1253
1294
|
- RCTRequired
|
|
1254
1295
|
- RCTTypeSafety
|
|
1255
1296
|
- React-Core
|
|
@@ -1266,8 +1307,8 @@ PODS:
|
|
|
1266
1307
|
- ReactCommon/turbomodule/bridging
|
|
1267
1308
|
- ReactCommon/turbomodule/core
|
|
1268
1309
|
- Yoga
|
|
1269
|
-
- React-nativeconfig (0.76.
|
|
1270
|
-
- React-NativeModulesApple (0.76.
|
|
1310
|
+
- React-nativeconfig (0.76.9)
|
|
1311
|
+
- React-NativeModulesApple (0.76.9):
|
|
1271
1312
|
- glog
|
|
1272
1313
|
- hermes-engine
|
|
1273
1314
|
- React-callinvoker
|
|
@@ -1278,25 +1319,25 @@ PODS:
|
|
|
1278
1319
|
- React-runtimeexecutor
|
|
1279
1320
|
- ReactCommon/turbomodule/bridging
|
|
1280
1321
|
- ReactCommon/turbomodule/core
|
|
1281
|
-
- React-perflogger (0.76.
|
|
1322
|
+
- React-perflogger (0.76.9):
|
|
1282
1323
|
- DoubleConversion
|
|
1283
|
-
- RCT-Folly (= 2024.
|
|
1284
|
-
- React-performancetimeline (0.76.
|
|
1285
|
-
- RCT-Folly (= 2024.
|
|
1324
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1325
|
+
- React-performancetimeline (0.76.9):
|
|
1326
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1286
1327
|
- React-cxxreact
|
|
1287
1328
|
- React-timing
|
|
1288
|
-
- React-RCTActionSheet (0.76.
|
|
1289
|
-
- React-Core/RCTActionSheetHeaders (= 0.76.
|
|
1290
|
-
- React-RCTAnimation (0.76.
|
|
1291
|
-
- RCT-Folly (= 2024.
|
|
1329
|
+
- React-RCTActionSheet (0.76.9):
|
|
1330
|
+
- React-Core/RCTActionSheetHeaders (= 0.76.9)
|
|
1331
|
+
- React-RCTAnimation (0.76.9):
|
|
1332
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1292
1333
|
- RCTTypeSafety
|
|
1293
1334
|
- React-Core/RCTAnimationHeaders
|
|
1294
1335
|
- React-jsi
|
|
1295
1336
|
- React-NativeModulesApple
|
|
1296
1337
|
- ReactCodegen
|
|
1297
1338
|
- ReactCommon
|
|
1298
|
-
- React-RCTAppDelegate (0.76.
|
|
1299
|
-
- RCT-Folly (= 2024.
|
|
1339
|
+
- React-RCTAppDelegate (0.76.9):
|
|
1340
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1300
1341
|
- RCTRequired
|
|
1301
1342
|
- RCTTypeSafety
|
|
1302
1343
|
- React-Core
|
|
@@ -1320,11 +1361,12 @@ PODS:
|
|
|
1320
1361
|
- React-utils
|
|
1321
1362
|
- ReactCodegen
|
|
1322
1363
|
- ReactCommon
|
|
1323
|
-
- React-RCTBlob (0.76.
|
|
1364
|
+
- React-RCTBlob (0.76.9):
|
|
1324
1365
|
- DoubleConversion
|
|
1325
|
-
-
|
|
1366
|
+
- fast_float
|
|
1367
|
+
- fmt
|
|
1326
1368
|
- hermes-engine
|
|
1327
|
-
- RCT-Folly (= 2024.
|
|
1369
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1328
1370
|
- React-Core/RCTBlobHeaders
|
|
1329
1371
|
- React-Core/RCTWebSocket
|
|
1330
1372
|
- React-jsi
|
|
@@ -1333,10 +1375,10 @@ PODS:
|
|
|
1333
1375
|
- React-RCTNetwork
|
|
1334
1376
|
- ReactCodegen
|
|
1335
1377
|
- ReactCommon
|
|
1336
|
-
- React-RCTFabric (0.76.
|
|
1378
|
+
- React-RCTFabric (0.76.9):
|
|
1337
1379
|
- glog
|
|
1338
1380
|
- hermes-engine
|
|
1339
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1381
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1340
1382
|
- React-Core
|
|
1341
1383
|
- React-debug
|
|
1342
1384
|
- React-Fabric
|
|
@@ -1356,8 +1398,8 @@ PODS:
|
|
|
1356
1398
|
- React-runtimescheduler
|
|
1357
1399
|
- React-utils
|
|
1358
1400
|
- Yoga
|
|
1359
|
-
- React-RCTImage (0.76.
|
|
1360
|
-
- RCT-Folly (= 2024.
|
|
1401
|
+
- React-RCTImage (0.76.9):
|
|
1402
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1361
1403
|
- RCTTypeSafety
|
|
1362
1404
|
- React-Core/RCTImageHeaders
|
|
1363
1405
|
- React-jsi
|
|
@@ -1365,49 +1407,50 @@ PODS:
|
|
|
1365
1407
|
- React-RCTNetwork
|
|
1366
1408
|
- ReactCodegen
|
|
1367
1409
|
- ReactCommon
|
|
1368
|
-
- React-RCTLinking (0.76.
|
|
1369
|
-
- React-Core/RCTLinkingHeaders (= 0.76.
|
|
1370
|
-
- React-jsi (= 0.76.
|
|
1410
|
+
- React-RCTLinking (0.76.9):
|
|
1411
|
+
- React-Core/RCTLinkingHeaders (= 0.76.9)
|
|
1412
|
+
- React-jsi (= 0.76.9)
|
|
1371
1413
|
- React-NativeModulesApple
|
|
1372
1414
|
- ReactCodegen
|
|
1373
1415
|
- ReactCommon
|
|
1374
|
-
- ReactCommon/turbomodule/core (= 0.76.
|
|
1375
|
-
- React-RCTNetwork (0.76.
|
|
1376
|
-
- RCT-Folly (= 2024.
|
|
1416
|
+
- ReactCommon/turbomodule/core (= 0.76.9)
|
|
1417
|
+
- React-RCTNetwork (0.76.9):
|
|
1418
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1377
1419
|
- RCTTypeSafety
|
|
1378
1420
|
- React-Core/RCTNetworkHeaders
|
|
1379
1421
|
- React-jsi
|
|
1380
1422
|
- React-NativeModulesApple
|
|
1381
1423
|
- ReactCodegen
|
|
1382
1424
|
- ReactCommon
|
|
1383
|
-
- React-RCTSettings (0.76.
|
|
1384
|
-
- RCT-Folly (= 2024.
|
|
1425
|
+
- React-RCTSettings (0.76.9):
|
|
1426
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1385
1427
|
- RCTTypeSafety
|
|
1386
1428
|
- React-Core/RCTSettingsHeaders
|
|
1387
1429
|
- React-jsi
|
|
1388
1430
|
- React-NativeModulesApple
|
|
1389
1431
|
- ReactCodegen
|
|
1390
1432
|
- ReactCommon
|
|
1391
|
-
- React-RCTText (0.76.
|
|
1392
|
-
- React-Core/RCTTextHeaders (= 0.76.
|
|
1433
|
+
- React-RCTText (0.76.9):
|
|
1434
|
+
- React-Core/RCTTextHeaders (= 0.76.9)
|
|
1393
1435
|
- Yoga
|
|
1394
|
-
- React-RCTVibration (0.76.
|
|
1395
|
-
- RCT-Folly (= 2024.
|
|
1436
|
+
- React-RCTVibration (0.76.9):
|
|
1437
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1396
1438
|
- React-Core/RCTVibrationHeaders
|
|
1397
1439
|
- React-jsi
|
|
1398
1440
|
- React-NativeModulesApple
|
|
1399
1441
|
- ReactCodegen
|
|
1400
1442
|
- ReactCommon
|
|
1401
|
-
- React-rendererconsistency (0.76.
|
|
1402
|
-
- React-rendererdebug (0.76.
|
|
1443
|
+
- React-rendererconsistency (0.76.9)
|
|
1444
|
+
- React-rendererdebug (0.76.9):
|
|
1403
1445
|
- DoubleConversion
|
|
1404
|
-
-
|
|
1405
|
-
-
|
|
1446
|
+
- fast_float
|
|
1447
|
+
- fmt
|
|
1448
|
+
- RCT-Folly
|
|
1406
1449
|
- React-debug
|
|
1407
|
-
- React-rncore (0.76.
|
|
1408
|
-
- React-RuntimeApple (0.76.
|
|
1450
|
+
- React-rncore (0.76.9)
|
|
1451
|
+
- React-RuntimeApple (0.76.9):
|
|
1409
1452
|
- hermes-engine
|
|
1410
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1453
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1411
1454
|
- React-callinvoker
|
|
1412
1455
|
- React-Core/Default
|
|
1413
1456
|
- React-CoreModules
|
|
@@ -1424,10 +1467,10 @@ PODS:
|
|
|
1424
1467
|
- React-RuntimeHermes
|
|
1425
1468
|
- React-runtimescheduler
|
|
1426
1469
|
- React-utils
|
|
1427
|
-
- React-RuntimeCore (0.76.
|
|
1470
|
+
- React-RuntimeCore (0.76.9):
|
|
1428
1471
|
- glog
|
|
1429
1472
|
- hermes-engine
|
|
1430
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1473
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1431
1474
|
- React-cxxreact
|
|
1432
1475
|
- React-featureflags
|
|
1433
1476
|
- React-jserrorhandler
|
|
@@ -1438,11 +1481,11 @@ PODS:
|
|
|
1438
1481
|
- React-runtimeexecutor
|
|
1439
1482
|
- React-runtimescheduler
|
|
1440
1483
|
- React-utils
|
|
1441
|
-
- React-runtimeexecutor (0.76.
|
|
1442
|
-
- React-jsi (= 0.76.
|
|
1443
|
-
- React-RuntimeHermes (0.76.
|
|
1484
|
+
- React-runtimeexecutor (0.76.9):
|
|
1485
|
+
- React-jsi (= 0.76.9)
|
|
1486
|
+
- React-RuntimeHermes (0.76.9):
|
|
1444
1487
|
- hermes-engine
|
|
1445
|
-
- RCT-Folly/Fabric (= 2024.
|
|
1488
|
+
- RCT-Folly/Fabric (= 2024.10.14.00)
|
|
1446
1489
|
- React-featureflags
|
|
1447
1490
|
- React-hermes
|
|
1448
1491
|
- React-jsi
|
|
@@ -1451,10 +1494,10 @@ PODS:
|
|
|
1451
1494
|
- React-nativeconfig
|
|
1452
1495
|
- React-RuntimeCore
|
|
1453
1496
|
- React-utils
|
|
1454
|
-
- React-runtimescheduler (0.76.
|
|
1497
|
+
- React-runtimescheduler (0.76.9):
|
|
1455
1498
|
- glog
|
|
1456
1499
|
- hermes-engine
|
|
1457
|
-
- RCT-Folly (= 2024.
|
|
1500
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1458
1501
|
- React-callinvoker
|
|
1459
1502
|
- React-cxxreact
|
|
1460
1503
|
- React-debug
|
|
@@ -1466,14 +1509,14 @@ PODS:
|
|
|
1466
1509
|
- React-runtimeexecutor
|
|
1467
1510
|
- React-timing
|
|
1468
1511
|
- React-utils
|
|
1469
|
-
- React-timing (0.76.
|
|
1470
|
-
- React-utils (0.76.
|
|
1512
|
+
- React-timing (0.76.9)
|
|
1513
|
+
- React-utils (0.76.9):
|
|
1471
1514
|
- glog
|
|
1472
1515
|
- hermes-engine
|
|
1473
|
-
- RCT-Folly (= 2024.
|
|
1516
|
+
- RCT-Folly (= 2024.10.14.00)
|
|
1474
1517
|
- React-debug
|
|
1475
|
-
- React-jsi (= 0.76.
|
|
1476
|
-
- ReactCodegen (0.76.
|
|
1518
|
+
- React-jsi (= 0.76.9)
|
|
1519
|
+
- ReactCodegen (0.76.9):
|
|
1477
1520
|
- DoubleConversion
|
|
1478
1521
|
- glog
|
|
1479
1522
|
- hermes-engine
|
|
@@ -1493,52 +1536,52 @@ PODS:
|
|
|
1493
1536
|
- React-utils
|
|
1494
1537
|
- ReactCommon/turbomodule/bridging
|
|
1495
1538
|
- ReactCommon/turbomodule/core
|
|
1496
|
-
- ReactCommon (0.76.
|
|
1497
|
-
- ReactCommon/turbomodule (= 0.76.
|
|
1498
|
-
- ReactCommon/turbomodule (0.76.
|
|
1539
|
+
- ReactCommon (0.76.9):
|
|
1540
|
+
- ReactCommon/turbomodule (= 0.76.9)
|
|
1541
|
+
- ReactCommon/turbomodule (0.76.9):
|
|
1499
1542
|
- DoubleConversion
|
|
1500
|
-
-
|
|
1501
|
-
-
|
|
1502
|
-
-
|
|
1503
|
-
-
|
|
1504
|
-
-
|
|
1505
|
-
- React-
|
|
1506
|
-
- React-
|
|
1507
|
-
- React-
|
|
1508
|
-
- React-
|
|
1509
|
-
-
|
|
1510
|
-
- ReactCommon/turbomodule/
|
|
1511
|
-
|
|
1543
|
+
- fast_float
|
|
1544
|
+
- fmt
|
|
1545
|
+
- glog
|
|
1546
|
+
- hermes-engine
|
|
1547
|
+
- RCT-Folly
|
|
1548
|
+
- React-callinvoker
|
|
1549
|
+
- React-cxxreact
|
|
1550
|
+
- React-jsi
|
|
1551
|
+
- React-logger
|
|
1552
|
+
- React-perflogger
|
|
1553
|
+
- ReactCommon/turbomodule/bridging (= 0.76.9)
|
|
1554
|
+
- ReactCommon/turbomodule/core (= 0.76.9)
|
|
1555
|
+
- ReactCommon/turbomodule/bridging (0.76.9):
|
|
1512
1556
|
- DoubleConversion
|
|
1513
|
-
-
|
|
1557
|
+
- fast_float
|
|
1558
|
+
- fmt
|
|
1514
1559
|
- glog
|
|
1515
1560
|
- hermes-engine
|
|
1516
|
-
- RCT-Folly
|
|
1517
|
-
- React-callinvoker
|
|
1518
|
-
- React-cxxreact
|
|
1519
|
-
- React-jsi (= 0.76.
|
|
1520
|
-
- React-logger
|
|
1521
|
-
- React-perflogger
|
|
1522
|
-
- ReactCommon/turbomodule/core (0.76.
|
|
1561
|
+
- RCT-Folly
|
|
1562
|
+
- React-callinvoker
|
|
1563
|
+
- React-cxxreact
|
|
1564
|
+
- React-jsi (= 0.76.9)
|
|
1565
|
+
- React-logger
|
|
1566
|
+
- React-perflogger
|
|
1567
|
+
- ReactCommon/turbomodule/core (0.76.9):
|
|
1523
1568
|
- DoubleConversion
|
|
1524
|
-
-
|
|
1525
|
-
-
|
|
1526
|
-
-
|
|
1527
|
-
-
|
|
1528
|
-
-
|
|
1529
|
-
- React-
|
|
1530
|
-
- React-
|
|
1531
|
-
- React-
|
|
1532
|
-
- React-
|
|
1533
|
-
- React-
|
|
1534
|
-
- React-
|
|
1535
|
-
- React-
|
|
1536
|
-
|
|
1537
|
-
- RNFaceCore (
|
|
1538
|
-
- FaceCoreBasic (= 6.3.982)
|
|
1569
|
+
- fast_float
|
|
1570
|
+
- fmt
|
|
1571
|
+
- glog
|
|
1572
|
+
- hermes-engine
|
|
1573
|
+
- RCT-Folly
|
|
1574
|
+
- React-callinvoker
|
|
1575
|
+
- React-cxxreact
|
|
1576
|
+
- React-debug (= 0.76.9)
|
|
1577
|
+
- React-featureflags (= 0.76.9)
|
|
1578
|
+
- React-jsi
|
|
1579
|
+
- React-logger
|
|
1580
|
+
- React-perflogger
|
|
1581
|
+
- React-utils (= 0.76.9)
|
|
1582
|
+
- RNFaceCore (7.1.106):
|
|
1539
1583
|
- React
|
|
1540
|
-
- RNFaceSDK (
|
|
1541
|
-
- FaceSDK (= 6.4.2321)
|
|
1584
|
+
- RNFaceSDK (7.1.187):
|
|
1542
1585
|
- React
|
|
1543
1586
|
- RNFS (2.20.0):
|
|
1544
1587
|
- React-Core
|
|
@@ -1548,6 +1591,7 @@ PODS:
|
|
|
1548
1591
|
DEPENDENCIES:
|
|
1549
1592
|
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
1550
1593
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
1594
|
+
- fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
|
|
1551
1595
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
1552
1596
|
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
|
|
1553
1597
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
@@ -1617,7 +1661,7 @@ DEPENDENCIES:
|
|
|
1617
1661
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
1618
1662
|
|
|
1619
1663
|
SPEC REPOS:
|
|
1620
|
-
|
|
1664
|
+
https://github.com/CocoaPods/Specs.git:
|
|
1621
1665
|
- FaceCoreBasic
|
|
1622
1666
|
- FaceSDK
|
|
1623
1667
|
- RegulaCommon
|
|
@@ -1628,6 +1672,8 @@ EXTERNAL SOURCES:
|
|
|
1628
1672
|
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
1629
1673
|
DoubleConversion:
|
|
1630
1674
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
1675
|
+
fast_float:
|
|
1676
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
|
|
1631
1677
|
FBLazyVector:
|
|
1632
1678
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
1633
1679
|
fmt:
|
|
@@ -1763,76 +1809,77 @@ EXTERNAL SOURCES:
|
|
|
1763
1809
|
SPEC CHECKSUMS:
|
|
1764
1810
|
boost: 1dca942403ed9342f98334bf4c3621f011aa7946
|
|
1765
1811
|
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
|
|
1766
|
-
FaceCoreBasic:
|
|
1767
|
-
FaceSDK:
|
|
1768
|
-
|
|
1769
|
-
|
|
1812
|
+
FaceCoreBasic: a2ff9ed108c4d9d67e892df6be5ccc4729f3cda5
|
|
1813
|
+
FaceSDK: a9d641a3a495f599876f7b42a0211969d73fcc57
|
|
1814
|
+
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
|
|
1815
|
+
FBLazyVector: 7605ea4810e0e10ae4815292433c09bf4324ba45
|
|
1816
|
+
fmt: 01b82d4ca6470831d1cc0852a1af644be019e8f6
|
|
1770
1817
|
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
|
|
1771
|
-
hermes-engine:
|
|
1772
|
-
RCT-Folly:
|
|
1773
|
-
RCTDeprecation:
|
|
1774
|
-
RCTRequired:
|
|
1775
|
-
RCTTypeSafety:
|
|
1776
|
-
React:
|
|
1777
|
-
React-callinvoker:
|
|
1778
|
-
React-Core:
|
|
1779
|
-
React-CoreModules:
|
|
1780
|
-
React-cxxreact:
|
|
1781
|
-
React-debug:
|
|
1782
|
-
React-defaultsnativemodule:
|
|
1783
|
-
React-domnativemodule:
|
|
1784
|
-
React-Fabric:
|
|
1785
|
-
React-FabricComponents:
|
|
1786
|
-
React-FabricImage:
|
|
1787
|
-
React-featureflags:
|
|
1788
|
-
React-featureflagsnativemodule:
|
|
1789
|
-
React-graphics:
|
|
1790
|
-
React-hermes:
|
|
1791
|
-
React-idlecallbacksnativemodule:
|
|
1792
|
-
React-ImageManager:
|
|
1793
|
-
React-jserrorhandler:
|
|
1794
|
-
React-jsi:
|
|
1795
|
-
React-jsiexecutor:
|
|
1796
|
-
React-jsinspector:
|
|
1797
|
-
React-jsitracing:
|
|
1798
|
-
React-logger:
|
|
1799
|
-
React-Mapbuffer:
|
|
1800
|
-
React-microtasksnativemodule:
|
|
1801
|
-
react-native-image-picker:
|
|
1802
|
-
React-nativeconfig:
|
|
1803
|
-
React-NativeModulesApple:
|
|
1804
|
-
React-perflogger:
|
|
1805
|
-
React-performancetimeline:
|
|
1806
|
-
React-RCTActionSheet:
|
|
1807
|
-
React-RCTAnimation:
|
|
1808
|
-
React-RCTAppDelegate:
|
|
1809
|
-
React-RCTBlob:
|
|
1810
|
-
React-RCTFabric:
|
|
1811
|
-
React-RCTImage:
|
|
1812
|
-
React-RCTLinking:
|
|
1813
|
-
React-RCTNetwork:
|
|
1814
|
-
React-RCTSettings:
|
|
1815
|
-
React-RCTText:
|
|
1816
|
-
React-RCTVibration:
|
|
1817
|
-
React-rendererconsistency:
|
|
1818
|
-
React-rendererdebug:
|
|
1819
|
-
React-rncore:
|
|
1820
|
-
React-RuntimeApple:
|
|
1821
|
-
React-RuntimeCore:
|
|
1822
|
-
React-runtimeexecutor:
|
|
1823
|
-
React-RuntimeHermes:
|
|
1824
|
-
React-runtimescheduler:
|
|
1825
|
-
React-timing:
|
|
1826
|
-
React-utils:
|
|
1827
|
-
ReactCodegen:
|
|
1828
|
-
ReactCommon:
|
|
1829
|
-
RegulaCommon:
|
|
1830
|
-
RNFaceCore:
|
|
1831
|
-
RNFaceSDK:
|
|
1818
|
+
hermes-engine: 9e868dc7be781364296d6ee2f56d0c1a9ef0bb11
|
|
1819
|
+
RCT-Folly: ea9d9256ba7f9322ef911169a9f696e5857b9e17
|
|
1820
|
+
RCTDeprecation: ebe712bb05077934b16c6bf25228bdec34b64f83
|
|
1821
|
+
RCTRequired: ca91e5dd26b64f577b528044c962baf171c6b716
|
|
1822
|
+
RCTTypeSafety: e7678bd60850ca5a41df9b8dc7154638cb66871f
|
|
1823
|
+
React: 4641770499c39f45d4e7cde1eba30e081f9d8a3d
|
|
1824
|
+
React-callinvoker: 4bef67b5c7f3f68db5929ab6a4d44b8a002998ea
|
|
1825
|
+
React-Core: a68cea3e762814e60ecc3fa521c7f14c36c99245
|
|
1826
|
+
React-CoreModules: d81b1eaf8066add66299bab9d23c9f00c9484c7c
|
|
1827
|
+
React-cxxreact: 984f8b1feeca37181d4e95301fcd6f5f6501c6ab
|
|
1828
|
+
React-debug: 817160c07dc8d24d020fbd1eac7b3558ffc08964
|
|
1829
|
+
React-defaultsnativemodule: 18a684542f82ce1897552a1c4b847be414c9566e
|
|
1830
|
+
React-domnativemodule: 90bdd4ec3ab38c47cfc3461c1e9283a8507d613f
|
|
1831
|
+
React-Fabric: f6dade7007533daeb785ba5925039d83f343be4b
|
|
1832
|
+
React-FabricComponents: b0655cc3e1b5ae12a4a1119aa7d8308f0ad33520
|
|
1833
|
+
React-FabricImage: 9b157c4c01ac2bf433f834f0e1e5fe234113a576
|
|
1834
|
+
React-featureflags: f2792b067a351d86fdc7bec23db3b9a2f2c8d26c
|
|
1835
|
+
React-featureflagsnativemodule: 742a8325b3c821d2a1ca13a6d2a0fc72d04555e0
|
|
1836
|
+
React-graphics: 68969e4e49d73f89da7abef4116c9b5f466aa121
|
|
1837
|
+
React-hermes: ac0bcba26a5d288ebc99b500e1097da2d0297ddf
|
|
1838
|
+
React-idlecallbacksnativemodule: d61d9c9816131bf70d3d80cd04889fc625ee523f
|
|
1839
|
+
React-ImageManager: e906eec93a9eb6102a06576b89d48d80a4683020
|
|
1840
|
+
React-jserrorhandler: ac5dde01104ff444e043cad8f574ca02756e20d6
|
|
1841
|
+
React-jsi: 496fa2b9d63b726aeb07d0ac800064617d71211d
|
|
1842
|
+
React-jsiexecutor: dd22ab48371b80f37a0a30d0e8915b6d0f43a893
|
|
1843
|
+
React-jsinspector: 4629ac376f5765e684d19064f2093e55c97fd086
|
|
1844
|
+
React-jsitracing: 7a1c9cd484248870cf660733cd3b8114d54c035f
|
|
1845
|
+
React-logger: c4052eb941cca9a097ef01b59543a656dc088559
|
|
1846
|
+
React-Mapbuffer: 33546a3ebefbccb8770c33a1f8a5554fa96a54de
|
|
1847
|
+
React-microtasksnativemodule: d80ff86c8902872d397d9622f1a97aadcc12cead
|
|
1848
|
+
react-native-image-picker: dbc35687199a8bf89514e09b6b105557f9f63162
|
|
1849
|
+
React-nativeconfig: 8efdb1ef1e9158c77098a93085438f7e7b463678
|
|
1850
|
+
React-NativeModulesApple: cebca2e5320a3d66e123cade23bd90a167ffce5e
|
|
1851
|
+
React-perflogger: 72e653eb3aba9122f9e57cf012d22d2486f33358
|
|
1852
|
+
React-performancetimeline: cd6a9374a72001165995d2ab632f672df04076dc
|
|
1853
|
+
React-RCTActionSheet: aacf2375084dea6e7c221f4a727e579f732ff342
|
|
1854
|
+
React-RCTAnimation: 395ab53fd064dff81507c15efb781c8684d9a585
|
|
1855
|
+
React-RCTAppDelegate: 345a6f1b82abc578437df0ce7e9c48740eca827c
|
|
1856
|
+
React-RCTBlob: 13311e554c1a367de063c10ee7c5e6573b2dd1d6
|
|
1857
|
+
React-RCTFabric: 007b1a98201cc49b5bc6e1417d7fe3f6fc6e2b78
|
|
1858
|
+
React-RCTImage: 1b1f914bcc12187c49ba5d949dac38c2eb9f5cc8
|
|
1859
|
+
React-RCTLinking: 4ac7c42beb65e36fba0376f3498f3cd8dd0be7fa
|
|
1860
|
+
React-RCTNetwork: 938902773add4381e84426a7aa17a2414f5f94f7
|
|
1861
|
+
React-RCTSettings: e848f1ba17a7a18479cf5a31d28145f567da8223
|
|
1862
|
+
React-RCTText: 7e98fafdde7d29e888b80f0b35544e0cb07913cf
|
|
1863
|
+
React-RCTVibration: cd7d80affd97dc7afa62f9acd491419558b64b78
|
|
1864
|
+
React-rendererconsistency: b4917053ecbaa91469c67a4319701c9dc0d40be6
|
|
1865
|
+
React-rendererdebug: aa181c36dd6cf5b35511d1ed875d6638fd38f0ec
|
|
1866
|
+
React-rncore: 120d21715c9b4ba8f798bffe986cb769b988dd74
|
|
1867
|
+
React-RuntimeApple: d033becbbd1eba6f9f6e3af6f1893030ce203edd
|
|
1868
|
+
React-RuntimeCore: 38af280bb678e66ba000a3c3d42920b2a138eebb
|
|
1869
|
+
React-runtimeexecutor: 877596f82f5632d073e121cba2d2084b76a76899
|
|
1870
|
+
React-RuntimeHermes: 37aad735ff21ca6de2d8450a96de1afe9f86c385
|
|
1871
|
+
React-runtimescheduler: 8ec34cc885281a34696ea16c4fd86892d631f38d
|
|
1872
|
+
React-timing: 331cbf9f2668c67faddfd2e46bb7f41cbd9320b9
|
|
1873
|
+
React-utils: ed818f19ab445000d6b5c4efa9d462449326cc9f
|
|
1874
|
+
ReactCodegen: f853a20cc9125c5521c8766b4b49375fec20648b
|
|
1875
|
+
ReactCommon: 300d8d9c5cb1a6cd79a67cf5d8f91e4d477195f9
|
|
1876
|
+
RegulaCommon: 917eedaebd94d0faa71c7922950ca26f0a234927
|
|
1877
|
+
RNFaceCore: 2c7b0e2aba24fcb63f6b46e09252afe87260b7ad
|
|
1878
|
+
RNFaceSDK: f6513f455a88d009b647e696bf1754ba26db525f
|
|
1832
1879
|
RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8
|
|
1833
1880
|
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
|
|
1834
|
-
Yoga:
|
|
1881
|
+
Yoga: feb4910aba9742cfedc059e2b2902e22ffe9954a
|
|
1835
1882
|
|
|
1836
|
-
PODFILE CHECKSUM:
|
|
1883
|
+
PODFILE CHECKSUM: 38ff16a902a71fa0a245d94fbdc1baafa15b574c
|
|
1837
1884
|
|
|
1838
1885
|
COCOAPODS: 1.15.2
|