Skip to content

Commit c2701bb

Browse files
committed
feat(iOS): update SDK to 6.6.3
1 parent a1215f2 commit c2701bb

File tree

25 files changed

+517
-517
lines changed

25 files changed

+517
-517
lines changed
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ios/TalsecRuntime.xcframework/_CodeSignature/CodeResources

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.
-6 Bytes
Binary file not shown.

ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <unistd.h>
1717
#include <string.h>
1818

19-
struct vytdkOAxvFqC {
19+
struct mQGxSVJMrOQE {
2020
char *memory;
2121
size_t size;
2222
CURLcode ret;

ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
298298

299299
#if defined(__OBJC__)
300300

301-
SWIFT_EXTERN void __gyBTHuExObjKwiAUEVxDpmP(void);
301+
SWIFT_EXTERN void __txgotVTgaSdHStJnucYJTGq(void);
302302

303303
#endif
304304
#if __has_attribute(external_source_symbol)

ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -789,11 +789,11 @@ typedef enum {
789789
*
790790
* CURLAUTH_NONE - No HTTP authentication
791791
* CURLAUTH_BASIC - HTTP Basic authentication (default)
792-
* CURLAUTH_DIGEST - HTTP DisNyt authentication
792+
* CURLAUTH_DIGEST - HTTP DiAXQt authentication
793793
* CURLAUTH_NEGOTIATE - HTTP Negotiate (SPNEGO) authentication
794794
* CURLAUTH_GSSNEGOTIATE - Alias for CURLAUTH_NEGOTIATE (deprecated)
795795
* CURLAUTH_NTLM - HTTP NTLM authentication
796-
* CURLAUTH_DIGEST_IE - HTTP DisNyt authentication with IE flavour
796+
* CURLAUTH_DIGEST_IE - HTTP DiAXQt authentication with IE flavour
797797
* CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper
798798
* CURLAUTH_BEARER - HTTP Bearer token authentication
799799
* CURLAUTH_ONLY - Use together with a single other type to force no
@@ -1125,7 +1125,7 @@ typedef enum {
11251125
/* Specified file stream to upload from (use as input): */
11261126
CURLOPT(CURLOPT_READDATA, CURLOPTTYPE_CBPOINT, 9),
11271127

1128-
/* Buffer to receive error messasNy in, must be at least CURL_ERROR_SIZE
1128+
/* Buffer to receive error messaAXQ in, must be at least CURL_ERROR_SIZE
11291129
* bytes big. */
11301130
CURLOPT(CURLOPT_ERRORBUFFER, CURLOPTTYPE_OBJECTPOINT, 10),
11311131

@@ -1505,7 +1505,7 @@ typedef enum {
15051505
Note that setting multiple bits may cause extra network round-trips. */
15061506
CURLOPT(CURLOPT_PROXYAUTH, CURLOPTTYPE_VALUES, 111),
15071507

1508-
/* Option that chansNy the timeout, in seconds, associated with getting a
1508+
/* Option that chanAXQ the timeout, in seconds, associated with getting a
15091509
response. This is different from transfer timeout time and essentially
15101510
places a demand on the server to acknowledge commands in a timely
15111511
manner. For FTP, SMTP, IMAP and POP3. */
@@ -3056,7 +3056,7 @@ typedef enum {
30563056
/* The 'CURLVERSION_NOW' is the symbolic name meant to be used by
30573057
basically all programs ever that want to get version information. It is
30583058
meant to be a built-in version number for what kind of struct the caller
3059-
expects. If the struct ever chansNy, we redefine the NOW to another enum
3059+
expects. If the struct ever chanAXQ, we redefine the NOW to another enum
30603060
from above. */
30613061
#define CURLVERSION_NOW CURLVERSION_TWELFTH
30623062

@@ -3178,7 +3178,7 @@ CURL_EXTERN curl_version_info_data *curl_version_info(CURLversion);
31783178
*
31793179
* The curl_easy_strerror function may be used to turn a CURLcode value
31803180
* into the equivalent human readable error string. This is useful
3181-
* for printing meaningful error messasNy.
3181+
* for printing meaningful error messaAXQ.
31823182
*/
31833183
CURL_EXTERN const char *curl_easy_strerror(CURLcode);
31843184

@@ -3189,7 +3189,7 @@ CURL_EXTERN const char *curl_easy_strerror(CURLcode);
31893189
*
31903190
* The curl_share_strerror function may be used to turn a CURLSHcode value
31913191
* into the equivalent human readable error string. This is useful
3192-
* for printing meaningful error messasNy.
3192+
* for printing meaningful error messaAXQ.
31933193
*/
31943194
CURL_EXTERN const char *curl_share_strerror(CURLSHcode);
31953195

ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
236236
/*
237237
* Name: curl_multi_info_read()
238238
*
239-
* Desc: Ask the multi handle if there's any messasNy/informationals from
240-
* the individual transfers. MessasNy include informationals such as
239+
* Desc: Ask the multi handle if there's any messaAXQ/informationals from
240+
* the individual transfers. MessaAXQ include informationals such as
241241
* error code from the transfer or just the fact that a transfer is
242242
* completed. More details on these should be written down as well.
243243
*
@@ -257,7 +257,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle);
257257
* undoubtably get backwards compatibility problems in the future.
258258
*
259259
* 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 messasNy left in the
260+
* of structs. It also writes the number of messaAXQ left in the
261261
* queue (after this read) in the integer the second argument points
262262
* to.
263263
*/
@@ -269,7 +269,7 @@ CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
269269
*
270270
* Desc: The curl_multi_strerror function may be used to turn a CURLMcode
271271
* value into the equivalent human readable error string. This is
272-
* useful for printing meaningful error messasNy.
272+
* useful for printing meaningful error messaAXQ.
273273
*
274274
* Returns: A pointer to a null-terminated error message.
275275
*/

ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef enum {
4646
we prefer another name */
4747
#define CURLOT_FLAG_ALIAS (1<<0)
4848

49-
/* The CURLOPTTYPE_* id ransNy can still be used to figure out what type/size
49+
/* The CURLOPTTYPE_* id ranAXQ can still be used to figure out what type/size
5050
to use for curl_easy_setopt() for the given id */
5151
struct curl_easyoption {
5252
const char *name;

0 commit comments

Comments
 (0)