Skip to content

Commit dedd76e

Browse files
committed
new iOS SDK
1 parent ea52fc9 commit dedd76e

File tree

22 files changed

+35
-45
lines changed

22 files changed

+35
-45
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PODS:
7272
- FlipperKit/Core
7373
- FlipperKit/FlipperKitNetworkPlugin
7474
- fmt (6.2.1)
75-
- freerasp-react-native (0.1.0):
75+
- freerasp-react-native (1.0.0):
7676
- React-Core
7777
- glog (0.3.5)
7878
- hermes-engine (0.70.6)
@@ -543,7 +543,7 @@ SPEC CHECKSUMS:
543543
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
544544
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
545545
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
546-
freerasp-react-native: ad0c42b23848c7256ea7d2af0336893c3121c4f5
546+
freerasp-react-native: 2551e8fc2642090b9fa4db973da321fa031fc3e2
547547
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
548548
hermes-engine: 2af7b7a59128f250adfd86f15aa1d5a2ecd39995
549549
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913

ios/Debug/TalsecRuntime.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>TalsecRuntime.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2522
<key>LibraryPath</key>
2623
<string>TalsecRuntime.framework</string>
2724
<key>SupportedArchitectures</key>
2825
<array>
2926
<string>arm64</string>
27+
<string>x86_64</string>
3028
</array>
3129
<key>SupportedPlatform</key>
3230
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3333
</dict>
3434
</array>
3535
<key>CFBundlePackageType</key>

ios/Debug/TalsecRuntime.xcframework/TalsecRuntime.xcframework

Lines changed: 0 additions & 1 deletion
This file was deleted.

ios/Debug/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 DlrlCHbzKEop {
19+
struct tKmUaogdBLYY {
2020
char *memory;
2121
size_t size;
2222
CURLcode ret;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
213213
#endif
214214

215215

216-
SWIFT_EXTERN void __YJSCqBeNBTuHjuGheQkwCkk(void);
216+
SWIFT_EXTERN void __qUDkADLJQQipzIQYYUcEwdK(void);
217217

218218
#if __has_attribute(external_source_symbol)
219219
# pragma clang attribute pop
Binary file not shown.
Binary file not shown.

ios/Debug/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/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 DlrlCHbzKEop {
19+
struct tKmUaogdBLYY {
2020
char *memory;
2121
size_t size;
2222
CURLcode ret;

ios/Debug/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
215215
#endif
216216

217217

218-
SWIFT_EXTERN void __YJSCqBeNBTuHjuGheQkwCkk(void);
218+
SWIFT_EXTERN void __qUDkADLJQQipzIQYYUcEwdK(void);
219219

220220
#if __has_attribute(external_source_symbol)
221221
# pragma clang attribute pop
@@ -439,7 +439,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
439439
#endif
440440

441441

442-
SWIFT_EXTERN void __YJSCqBeNBTuHjuGheQkwCkk(void);
442+
SWIFT_EXTERN void __qUDkADLJQQipzIQYYUcEwdK(void);
443443

444444
#if __has_attribute(external_source_symbol)
445445
# pragma clang attribute pop
Binary file not shown.

0 commit comments

Comments
 (0)