capacitor-freerasp 1.5.2 → 1.5.3
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/CHANGELOG.md +7 -0
- package/ios/Plugin/TalsecRuntime.xcframework/Info.plist +5 -5
- package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeResources +60 -60
- package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h +7 -7
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h +4 -4
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json +135 -135
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +2 -2
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h +7 -7
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h +4 -4
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h +1 -1
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json +135 -135
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json +135 -135
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime +0 -0
- package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.5.3] - 2024-10-28
|
|
9
|
+
|
|
10
|
+
### iOS
|
|
11
|
+
|
|
12
|
+
#### Changed
|
|
13
|
+
- Renewed the signing certificate
|
|
14
|
+
|
|
8
15
|
## [1.5.2] - 2024-10-18
|
|
9
16
|
|
|
10
17
|
### Android
|
|
@@ -8,32 +8,32 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>TalsecRuntime.framework/TalsecRuntime</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>TalsecRuntime.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
+
<string>x86_64</string>
|
|
17
18
|
</array>
|
|
18
19
|
<key>SupportedPlatform</key>
|
|
19
20
|
<string>ios</string>
|
|
21
|
+
<key>SupportedPlatformVariant</key>
|
|
22
|
+
<string>simulator</string>
|
|
20
23
|
</dict>
|
|
21
24
|
<dict>
|
|
22
25
|
<key>BinaryPath</key>
|
|
23
26
|
<string>TalsecRuntime.framework/TalsecRuntime</string>
|
|
24
27
|
<key>LibraryIdentifier</key>
|
|
25
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64</string>
|
|
26
29
|
<key>LibraryPath</key>
|
|
27
30
|
<string>TalsecRuntime.framework</string>
|
|
28
31
|
<key>SupportedArchitectures</key>
|
|
29
32
|
<array>
|
|
30
33
|
<string>arm64</string>
|
|
31
|
-
<string>x86_64</string>
|
|
32
34
|
</array>
|
|
33
35
|
<key>SupportedPlatform</key>
|
|
34
36
|
<string>ios</string>
|
|
35
|
-
<key>SupportedPlatformVariant</key>
|
|
36
|
-
<string>simulator</string>
|
|
37
37
|
</dict>
|
|
38
38
|
</array>
|
|
39
39
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
D2ebhE/WsO9KK7TUUJfmJz/EtAI=
|
|
14
14
|
</data>
|
|
15
15
|
<key>ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
Xp1B/DBqe3aJy5gBN/Tt7ItVOG0=
|
|
18
18
|
</data>
|
|
19
19
|
<key>ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h</key>
|
|
20
20
|
<data>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>ios-arm64/TalsecRuntime.framework/Headers/curl.h</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
4dt1/pdArJfrvA+JZpJ0cTCyHs8=
|
|
26
26
|
</data>
|
|
27
27
|
<key>ios-arm64/TalsecRuntime.framework/Headers/curlver.h</key>
|
|
28
28
|
<data>
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
</data>
|
|
43
43
|
<key>ios-arm64/TalsecRuntime.framework/Headers/multi.h</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
p5QTtKC7bDpM23IxTNhMtz3Bia0=
|
|
46
46
|
</data>
|
|
47
47
|
<key>ios-arm64/TalsecRuntime.framework/Headers/options.h</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
YRZUdNIsTiGGxN5Cm0gRdZG27jE=
|
|
50
50
|
</data>
|
|
51
51
|
<key>ios-arm64/TalsecRuntime.framework/Headers/stdcheaders.h</key>
|
|
52
52
|
<data>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
</data>
|
|
59
59
|
<key>ios-arm64/TalsecRuntime.framework/Headers/urlapi.h</key>
|
|
60
60
|
<data>
|
|
61
|
-
|
|
61
|
+
vY0TM2KoTHOnl5wsfGDuLOltPc0=
|
|
62
62
|
</data>
|
|
63
63
|
<key>ios-arm64/TalsecRuntime.framework/Headers/websockets.h</key>
|
|
64
64
|
<data>
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
</data>
|
|
67
67
|
<key>ios-arm64/TalsecRuntime.framework/Info.plist</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
/fzt2MUbq+UxOibEnMmojijcVFs=
|
|
70
70
|
</data>
|
|
71
71
|
<key>ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
72
72
|
<data>
|
|
73
|
-
|
|
73
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
74
74
|
</data>
|
|
75
75
|
<key>ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
76
76
|
<data>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</data>
|
|
95
95
|
<key>ios-arm64/TalsecRuntime.framework/TalsecRuntime</key>
|
|
96
96
|
<data>
|
|
97
|
-
|
|
97
|
+
6xuxxUVP9w5qUGu8Bbu3NbD24O8=
|
|
98
98
|
</data>
|
|
99
99
|
<key>ios-arm64/TalsecRuntime.framework/cacert.pem</key>
|
|
100
100
|
<data>
|
|
@@ -110,11 +110,11 @@
|
|
|
110
110
|
</data>
|
|
111
111
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h</key>
|
|
112
112
|
<data>
|
|
113
|
-
|
|
113
|
+
D2ebhE/WsO9KK7TUUJfmJz/EtAI=
|
|
114
114
|
</data>
|
|
115
115
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h</key>
|
|
116
116
|
<data>
|
|
117
|
-
|
|
117
|
+
4TXrKMDGXCcAjZxSpSemfdaEFOU=
|
|
118
118
|
</data>
|
|
119
119
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h</key>
|
|
120
120
|
<data>
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
</data>
|
|
123
123
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h</key>
|
|
124
124
|
<data>
|
|
125
|
-
|
|
125
|
+
4dt1/pdArJfrvA+JZpJ0cTCyHs8=
|
|
126
126
|
</data>
|
|
127
127
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h</key>
|
|
128
128
|
<data>
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
</data>
|
|
143
143
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
p5QTtKC7bDpM23IxTNhMtz3Bia0=
|
|
146
146
|
</data>
|
|
147
147
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h</key>
|
|
148
148
|
<data>
|
|
149
|
-
|
|
149
|
+
YRZUdNIsTiGGxN5Cm0gRdZG27jE=
|
|
150
150
|
</data>
|
|
151
151
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/stdcheaders.h</key>
|
|
152
152
|
<data>
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
</data>
|
|
159
159
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h</key>
|
|
160
160
|
<data>
|
|
161
|
-
|
|
161
|
+
vY0TM2KoTHOnl5wsfGDuLOltPc0=
|
|
162
162
|
</data>
|
|
163
163
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/websockets.h</key>
|
|
164
164
|
<data>
|
|
@@ -166,11 +166,11 @@
|
|
|
166
166
|
</data>
|
|
167
167
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist</key>
|
|
168
168
|
<data>
|
|
169
|
-
|
|
169
|
+
aCnofAXzcPY19Pk9suDC5RlrwWw=
|
|
170
170
|
</data>
|
|
171
171
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
172
172
|
<data>
|
|
173
|
-
|
|
173
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
174
174
|
</data>
|
|
175
175
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
176
176
|
<data>
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
</data>
|
|
187
187
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
188
188
|
<data>
|
|
189
|
-
|
|
189
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
190
190
|
</data>
|
|
191
191
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
192
192
|
<data>
|
|
@@ -210,11 +210,11 @@
|
|
|
210
210
|
</data>
|
|
211
211
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime</key>
|
|
212
212
|
<data>
|
|
213
|
-
|
|
213
|
+
HD2VCDLEgyXsjAIc66+tDjYKR8M=
|
|
214
214
|
</data>
|
|
215
215
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources</key>
|
|
216
216
|
<data>
|
|
217
|
-
|
|
217
|
+
O8T3Q0ATlLzdiU1YVQ35nI9w6vE=
|
|
218
218
|
</data>
|
|
219
219
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem</key>
|
|
220
220
|
<data>
|
|
@@ -242,22 +242,22 @@
|
|
|
242
242
|
<dict>
|
|
243
243
|
<key>hash</key>
|
|
244
244
|
<data>
|
|
245
|
-
|
|
245
|
+
D2ebhE/WsO9KK7TUUJfmJz/EtAI=
|
|
246
246
|
</data>
|
|
247
247
|
<key>hash2</key>
|
|
248
248
|
<data>
|
|
249
|
-
|
|
249
|
+
ekUv+hINcoGgiVnSwQkKzl8H0F5cpGRnLaMiNnrURZg=
|
|
250
250
|
</data>
|
|
251
251
|
</dict>
|
|
252
252
|
<key>ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h</key>
|
|
253
253
|
<dict>
|
|
254
254
|
<key>hash</key>
|
|
255
255
|
<data>
|
|
256
|
-
|
|
256
|
+
Xp1B/DBqe3aJy5gBN/Tt7ItVOG0=
|
|
257
257
|
</data>
|
|
258
258
|
<key>hash2</key>
|
|
259
259
|
<data>
|
|
260
|
-
|
|
260
|
+
9BW5HLz0Sj5ssCT4JpxUEjRYwSxAtuPgpxeRh81bnH0=
|
|
261
261
|
</data>
|
|
262
262
|
</dict>
|
|
263
263
|
<key>ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h</key>
|
|
@@ -275,11 +275,11 @@
|
|
|
275
275
|
<dict>
|
|
276
276
|
<key>hash</key>
|
|
277
277
|
<data>
|
|
278
|
-
|
|
278
|
+
4dt1/pdArJfrvA+JZpJ0cTCyHs8=
|
|
279
279
|
</data>
|
|
280
280
|
<key>hash2</key>
|
|
281
281
|
<data>
|
|
282
|
-
|
|
282
|
+
Sb593+YyzJh2a77vF3elGf3K3eRu9XwJFbuJrytcG8U=
|
|
283
283
|
</data>
|
|
284
284
|
</dict>
|
|
285
285
|
<key>ios-arm64/TalsecRuntime.framework/Headers/curlver.h</key>
|
|
@@ -330,22 +330,22 @@
|
|
|
330
330
|
<dict>
|
|
331
331
|
<key>hash</key>
|
|
332
332
|
<data>
|
|
333
|
-
|
|
333
|
+
p5QTtKC7bDpM23IxTNhMtz3Bia0=
|
|
334
334
|
</data>
|
|
335
335
|
<key>hash2</key>
|
|
336
336
|
<data>
|
|
337
|
-
|
|
337
|
+
JjvAt45HMaZaO1Uc2BRx39hKqXCG/L2FTsNgOTY09X8=
|
|
338
338
|
</data>
|
|
339
339
|
</dict>
|
|
340
340
|
<key>ios-arm64/TalsecRuntime.framework/Headers/options.h</key>
|
|
341
341
|
<dict>
|
|
342
342
|
<key>hash</key>
|
|
343
343
|
<data>
|
|
344
|
-
|
|
344
|
+
YRZUdNIsTiGGxN5Cm0gRdZG27jE=
|
|
345
345
|
</data>
|
|
346
346
|
<key>hash2</key>
|
|
347
347
|
<data>
|
|
348
|
-
/
|
|
348
|
+
GscKXvSw6/ODqcU5PK5IQ0C4lPYCMx2SSvfAOH/iXTI=
|
|
349
349
|
</data>
|
|
350
350
|
</dict>
|
|
351
351
|
<key>ios-arm64/TalsecRuntime.framework/Headers/stdcheaders.h</key>
|
|
@@ -374,11 +374,11 @@
|
|
|
374
374
|
<dict>
|
|
375
375
|
<key>hash</key>
|
|
376
376
|
<data>
|
|
377
|
-
|
|
377
|
+
vY0TM2KoTHOnl5wsfGDuLOltPc0=
|
|
378
378
|
</data>
|
|
379
379
|
<key>hash2</key>
|
|
380
380
|
<data>
|
|
381
|
-
|
|
381
|
+
gC9pPMuNLNWKkt09Y59LfE0NiANSQrjK2B8WHN36vy4=
|
|
382
382
|
</data>
|
|
383
383
|
</dict>
|
|
384
384
|
<key>ios-arm64/TalsecRuntime.framework/Headers/websockets.h</key>
|
|
@@ -396,22 +396,22 @@
|
|
|
396
396
|
<dict>
|
|
397
397
|
<key>hash</key>
|
|
398
398
|
<data>
|
|
399
|
-
|
|
399
|
+
/fzt2MUbq+UxOibEnMmojijcVFs=
|
|
400
400
|
</data>
|
|
401
401
|
<key>hash2</key>
|
|
402
402
|
<data>
|
|
403
|
-
|
|
403
|
+
LZY27UU1ZV4soHIjZ8fT/C+41ttjoL8npWsKzyJgOp8=
|
|
404
404
|
</data>
|
|
405
405
|
</dict>
|
|
406
406
|
<key>ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
407
407
|
<dict>
|
|
408
408
|
<key>hash</key>
|
|
409
409
|
<data>
|
|
410
|
-
|
|
410
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
411
411
|
</data>
|
|
412
412
|
<key>hash2</key>
|
|
413
413
|
<data>
|
|
414
|
-
|
|
414
|
+
5uxgAa2BG/a7SYW54iPObsCk52QtN83lvZBj043QNaw=
|
|
415
415
|
</data>
|
|
416
416
|
</dict>
|
|
417
417
|
<key>ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
@@ -473,11 +473,11 @@
|
|
|
473
473
|
<dict>
|
|
474
474
|
<key>hash</key>
|
|
475
475
|
<data>
|
|
476
|
-
|
|
476
|
+
6xuxxUVP9w5qUGu8Bbu3NbD24O8=
|
|
477
477
|
</data>
|
|
478
478
|
<key>hash2</key>
|
|
479
479
|
<data>
|
|
480
|
-
/
|
|
480
|
+
7hQ6qI7djBK0/rOxyv0To6lJNc7Zn5SCPEto86Ve6BQ=
|
|
481
481
|
</data>
|
|
482
482
|
</dict>
|
|
483
483
|
<key>ios-arm64/TalsecRuntime.framework/cacert.pem</key>
|
|
@@ -517,22 +517,22 @@
|
|
|
517
517
|
<dict>
|
|
518
518
|
<key>hash</key>
|
|
519
519
|
<data>
|
|
520
|
-
|
|
520
|
+
D2ebhE/WsO9KK7TUUJfmJz/EtAI=
|
|
521
521
|
</data>
|
|
522
522
|
<key>hash2</key>
|
|
523
523
|
<data>
|
|
524
|
-
|
|
524
|
+
ekUv+hINcoGgiVnSwQkKzl8H0F5cpGRnLaMiNnrURZg=
|
|
525
525
|
</data>
|
|
526
526
|
</dict>
|
|
527
527
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h</key>
|
|
528
528
|
<dict>
|
|
529
529
|
<key>hash</key>
|
|
530
530
|
<data>
|
|
531
|
-
|
|
531
|
+
4TXrKMDGXCcAjZxSpSemfdaEFOU=
|
|
532
532
|
</data>
|
|
533
533
|
<key>hash2</key>
|
|
534
534
|
<data>
|
|
535
|
-
|
|
535
|
+
NPhjBovraO1RXP8h7AHOUyATtnDsXTC07IqxwYLDrvc=
|
|
536
536
|
</data>
|
|
537
537
|
</dict>
|
|
538
538
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h</key>
|
|
@@ -550,11 +550,11 @@
|
|
|
550
550
|
<dict>
|
|
551
551
|
<key>hash</key>
|
|
552
552
|
<data>
|
|
553
|
-
|
|
553
|
+
4dt1/pdArJfrvA+JZpJ0cTCyHs8=
|
|
554
554
|
</data>
|
|
555
555
|
<key>hash2</key>
|
|
556
556
|
<data>
|
|
557
|
-
|
|
557
|
+
Sb593+YyzJh2a77vF3elGf3K3eRu9XwJFbuJrytcG8U=
|
|
558
558
|
</data>
|
|
559
559
|
</dict>
|
|
560
560
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h</key>
|
|
@@ -605,22 +605,22 @@
|
|
|
605
605
|
<dict>
|
|
606
606
|
<key>hash</key>
|
|
607
607
|
<data>
|
|
608
|
-
|
|
608
|
+
p5QTtKC7bDpM23IxTNhMtz3Bia0=
|
|
609
609
|
</data>
|
|
610
610
|
<key>hash2</key>
|
|
611
611
|
<data>
|
|
612
|
-
|
|
612
|
+
JjvAt45HMaZaO1Uc2BRx39hKqXCG/L2FTsNgOTY09X8=
|
|
613
613
|
</data>
|
|
614
614
|
</dict>
|
|
615
615
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h</key>
|
|
616
616
|
<dict>
|
|
617
617
|
<key>hash</key>
|
|
618
618
|
<data>
|
|
619
|
-
|
|
619
|
+
YRZUdNIsTiGGxN5Cm0gRdZG27jE=
|
|
620
620
|
</data>
|
|
621
621
|
<key>hash2</key>
|
|
622
622
|
<data>
|
|
623
|
-
/
|
|
623
|
+
GscKXvSw6/ODqcU5PK5IQ0C4lPYCMx2SSvfAOH/iXTI=
|
|
624
624
|
</data>
|
|
625
625
|
</dict>
|
|
626
626
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/stdcheaders.h</key>
|
|
@@ -649,11 +649,11 @@
|
|
|
649
649
|
<dict>
|
|
650
650
|
<key>hash</key>
|
|
651
651
|
<data>
|
|
652
|
-
|
|
652
|
+
vY0TM2KoTHOnl5wsfGDuLOltPc0=
|
|
653
653
|
</data>
|
|
654
654
|
<key>hash2</key>
|
|
655
655
|
<data>
|
|
656
|
-
|
|
656
|
+
gC9pPMuNLNWKkt09Y59LfE0NiANSQrjK2B8WHN36vy4=
|
|
657
657
|
</data>
|
|
658
658
|
</dict>
|
|
659
659
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/websockets.h</key>
|
|
@@ -671,22 +671,22 @@
|
|
|
671
671
|
<dict>
|
|
672
672
|
<key>hash</key>
|
|
673
673
|
<data>
|
|
674
|
-
|
|
674
|
+
aCnofAXzcPY19Pk9suDC5RlrwWw=
|
|
675
675
|
</data>
|
|
676
676
|
<key>hash2</key>
|
|
677
677
|
<data>
|
|
678
|
-
|
|
678
|
+
CGQ4DZflQgmpiC6Qw5kqjrDrRe9xPobZh9eAQnZtDes=
|
|
679
679
|
</data>
|
|
680
680
|
</dict>
|
|
681
681
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
682
682
|
<dict>
|
|
683
683
|
<key>hash</key>
|
|
684
684
|
<data>
|
|
685
|
-
|
|
685
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
686
686
|
</data>
|
|
687
687
|
<key>hash2</key>
|
|
688
688
|
<data>
|
|
689
|
-
|
|
689
|
+
5uxgAa2BG/a7SYW54iPObsCk52QtN83lvZBj043QNaw=
|
|
690
690
|
</data>
|
|
691
691
|
</dict>
|
|
692
692
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -726,11 +726,11 @@
|
|
|
726
726
|
<dict>
|
|
727
727
|
<key>hash</key>
|
|
728
728
|
<data>
|
|
729
|
-
|
|
729
|
+
/jNA3IRK4iYLji03mO89nnBn/TU=
|
|
730
730
|
</data>
|
|
731
731
|
<key>hash2</key>
|
|
732
732
|
<data>
|
|
733
|
-
|
|
733
|
+
5uxgAa2BG/a7SYW54iPObsCk52QtN83lvZBj043QNaw=
|
|
734
734
|
</data>
|
|
735
735
|
</dict>
|
|
736
736
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -792,22 +792,22 @@
|
|
|
792
792
|
<dict>
|
|
793
793
|
<key>hash</key>
|
|
794
794
|
<data>
|
|
795
|
-
|
|
795
|
+
HD2VCDLEgyXsjAIc66+tDjYKR8M=
|
|
796
796
|
</data>
|
|
797
797
|
<key>hash2</key>
|
|
798
798
|
<data>
|
|
799
|
-
|
|
799
|
+
RNUMcFaMNYFPiTBbF1v7+rrIiSFUoOrn1700nim/roM=
|
|
800
800
|
</data>
|
|
801
801
|
</dict>
|
|
802
802
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources</key>
|
|
803
803
|
<dict>
|
|
804
804
|
<key>hash</key>
|
|
805
805
|
<data>
|
|
806
|
-
|
|
806
|
+
O8T3Q0ATlLzdiU1YVQ35nI9w6vE=
|
|
807
807
|
</data>
|
|
808
808
|
<key>hash2</key>
|
|
809
809
|
<data>
|
|
810
|
-
|
|
810
|
+
En+GydNnCAihnZKi5QpwNcdaXpcvS6jVUvEbF1IRk5k=
|
|
811
811
|
</data>
|
|
812
812
|
</dict>
|
|
813
813
|
<key>ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem</key>
|
|
Binary file
|
|
@@ -298,7 +298,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
298
298
|
|
|
299
299
|
#if defined(__OBJC__)
|
|
300
300
|
|
|
301
|
-
SWIFT_EXTERN void
|
|
301
|
+
SWIFT_EXTERN void __OaplPAQTQVOYsiesFsRRZrK(void);
|
|
302
302
|
|
|
303
303
|
#endif
|
|
304
304
|
#if __has_attribute(external_source_symbol)
|
package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
CHANGED
|
@@ -789,11 +789,11 @@ typedef enum {
|
|
|
789
789
|
*
|
|
790
790
|
* CURLAUTH_NONE - No HTTP authentication
|
|
791
791
|
* CURLAUTH_BASIC - HTTP Basic authentication (default)
|
|
792
|
-
* CURLAUTH_DIGEST - HTTP
|
|
792
|
+
* CURLAUTH_DIGEST - HTTP DigvVt authentication
|
|
793
793
|
* CURLAUTH_NEGOTIATE - HTTP Negotiate (SPNEGO) authentication
|
|
794
794
|
* CURLAUTH_GSSNEGOTIATE - Alias for CURLAUTH_NEGOTIATE (deprecated)
|
|
795
795
|
* CURLAUTH_NTLM - HTTP NTLM authentication
|
|
796
|
-
* CURLAUTH_DIGEST_IE - HTTP
|
|
796
|
+
* CURLAUTH_DIGEST_IE - HTTP DigvVt authentication with IE flavour
|
|
797
797
|
* CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper
|
|
798
798
|
* CURLAUTH_BEARER - HTTP Bearer token authentication
|
|
799
799
|
* CURLAUTH_ONLY - Use together with a single other type to force no
|
|
@@ -1125,7 +1125,7 @@ typedef enum {
|
|
|
1125
1125
|
/* Specified file stream to upload from (use as input): */
|
|
1126
1126
|
CURLOPT(CURLOPT_READDATA, CURLOPTTYPE_CBPOINT, 9),
|
|
1127
1127
|
|
|
1128
|
-
/* Buffer to receive error
|
|
1128
|
+
/* Buffer to receive error messagvV in, must be at least CURL_ERROR_SIZE
|
|
1129
1129
|
* bytes big. */
|
|
1130
1130
|
CURLOPT(CURLOPT_ERRORBUFFER, CURLOPTTYPE_OBJECTPOINT, 10),
|
|
1131
1131
|
|
|
@@ -1505,7 +1505,7 @@ typedef enum {
|
|
|
1505
1505
|
Note that setting multiple bits may cause extra network round-trips. */
|
|
1506
1506
|
CURLOPT(CURLOPT_PROXYAUTH, CURLOPTTYPE_VALUES, 111),
|
|
1507
1507
|
|
|
1508
|
-
/* Option that
|
|
1508
|
+
/* Option that changvV the timeout, in seconds, associated with getting a
|
|
1509
1509
|
response. This is different from transfer timeout time and essentially
|
|
1510
1510
|
places a demand on the server to acknowledge commands in a timely
|
|
1511
1511
|
manner. For FTP, SMTP, IMAP and POP3. */
|
|
@@ -3056,7 +3056,7 @@ typedef enum {
|
|
|
3056
3056
|
/* The 'CURLVERSION_NOW' is the symbolic name meant to be used by
|
|
3057
3057
|
basically all programs ever that want to get version information. It is
|
|
3058
3058
|
meant to be a built-in version number for what kind of struct the caller
|
|
3059
|
-
expects. If the struct ever
|
|
3059
|
+
expects. If the struct ever changvV, we redefine the NOW to another enum
|
|
3060
3060
|
from above. */
|
|
3061
3061
|
#define CURLVERSION_NOW CURLVERSION_TWELFTH
|
|
3062
3062
|
|
|
@@ -3178,7 +3178,7 @@ CURL_EXTERN curl_version_info_data *curl_version_info(CURLversion);
|
|
|
3178
3178
|
*
|
|
3179
3179
|
* The curl_easy_strerror function may be used to turn a CURLcode value
|
|
3180
3180
|
* into the equivalent human readable error string. This is useful
|
|
3181
|
-
* for printing meaningful error
|
|
3181
|
+
* for printing meaningful error messagvV.
|
|
3182
3182
|
*/
|
|
3183
3183
|
CURL_EXTERN const char *curl_easy_strerror(CURLcode);
|
|
3184
3184
|
|
|
@@ -3189,7 +3189,7 @@ CURL_EXTERN const char *curl_easy_strerror(CURLcode);
|
|
|
3189
3189
|
*
|
|
3190
3190
|
* The curl_share_strerror function may be used to turn a CURLSHcode value
|
|
3191
3191
|
* into the equivalent human readable error string. This is useful
|
|
3192
|
-
* for printing meaningful error
|
|
3192
|
+
* for printing meaningful error messagvV.
|
|
3193
3193
|
*/
|
|
3194
3194
|
CURL_EXTERN const char *curl_share_strerror(CURLSHcode);
|
|
3195
3195
|
|
package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
CHANGED
|
@@ -236,8 +236,8 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
|
|
|
236
236
|
/*
|
|
237
237
|
* Name: curl_multi_info_read()
|
|
238
238
|
*
|
|
239
|
-
* Desc: Ask the multi handle if there's any
|
|
240
|
-
* the individual transfers.
|
|
239
|
+
* Desc: Ask the multi handle if there's any messagvV/informationals from
|
|
240
|
+
* the individual transfers. MessagvV include informationals such as
|
|
241
241
|
* error code from the transfer or just the fact that a transfer is
|
|
242
242
|
* completed. More details on these should be written down as well.
|
|
243
243
|
*
|
|
@@ -257,7 +257,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
|
|
|
257
257
|
* undoubtably get backwards compatibility problems in the future.
|
|
258
258
|
*
|
|
259
259
|
* Returns: A pointer to a filled-in struct, or NULL if it failed or ran out
|
|
260
|
-
* of structs. It also writes the number of
|
|
260
|
+
* of structs. It also writes the number of messagvV left in the
|
|
261
261
|
* queue (after this read) in the integer the second argument points
|
|
262
262
|
* to.
|
|
263
263
|
*/
|
|
@@ -269,7 +269,7 @@ CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
|
|
269
269
|
*
|
|
270
270
|
* Desc: The curl_multi_strerror function may be used to turn a CURLMcode
|
|
271
271
|
* value into the equivalent human readable error string. This is
|
|
272
|
-
* useful for printing meaningful error
|
|
272
|
+
* useful for printing meaningful error messagvV.
|
|
273
273
|
*
|
|
274
274
|
* Returns: A pointer to a null-terminated error message.
|
|
275
275
|
*/
|
package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
CHANGED
|
@@ -46,7 +46,7 @@ typedef enum {
|
|
|
46
46
|
we prefer another name */
|
|
47
47
|
#define CURLOT_FLAG_ALIAS (1<<0)
|
|
48
48
|
|
|
49
|
-
/* The CURLOPTTYPE_* id
|
|
49
|
+
/* The CURLOPTTYPE_* id rangvV can still be used to figure out what type/size
|
|
50
50
|
to use for curl_easy_setopt() for the given id */
|
|
51
51
|
struct curl_easyoption {
|
|
52
52
|
const char *name;
|
package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
CHANGED
|
@@ -143,7 +143,7 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what,
|
|
|
143
143
|
/*
|
|
144
144
|
* curl_url_strerror() turns a CURLUcode value into the equivalent human
|
|
145
145
|
* readable error string. This is useful for printing meaningful error
|
|
146
|
-
*
|
|
146
|
+
* messagvV.
|
|
147
147
|
*/
|
|
148
148
|
CURL_EXTERN const char *curl_url_strerror(CURLUcode);
|
|
149
149
|
|