Skip to content

Commit 7023cd2

Browse files
committed
Update frameworks v1.21.1
1 parent 2b048b4 commit 7023cd2

File tree

69 files changed

+7777
-4543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+7777
-4543
lines changed

YandexPaySDK/Frameworks/Dynamic/YandexPaySDK.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>YandexPaySDK.framework/YandexPaySDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>YandexPaySDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>YandexPaySDK.framework/YandexPaySDK</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>YandexPaySDK.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

YandexPaySDK/Frameworks/Dynamic/YandexPaySDK.xcframework/ios-arm64/YandexPaySDK.framework/Headers/YandexPaySDK-Swift.h

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
3+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
44
#ifndef YANDEXPAYSDK_SWIFT_H
55
#define YANDEXPAYSDK_SWIFT_H
66
#pragma clang diagnostic push
@@ -65,6 +65,7 @@
6565
# if __has_include(<uchar.h>)
6666
# include <uchar.h>
6767
# elif !defined(__cplusplus)
68+
typedef unsigned char char8_t;
6869
typedef uint_least16_t char16_t;
6970
typedef uint_least32_t char32_t;
7071
# endif
@@ -303,43 +304,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
303304

304305
#if defined(__OBJC__)
305306

306-
307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317-
318-
319-
320-
321-
322-
323-
324-
325-
326-
327-
328-
329-
330-
331-
332-
333-
334-
335-
336-
337-
338307
@class NSCoder;
339308
@class UITraitCollection;
340309
@class NSString;
341310
@class NSBundle;
342-
343311
SWIFT_CLASS("_TtC12YandexPaySDK31YPFullscreenContainerController")
344312
@interface YPFullscreenContainerController : UIViewController
345313
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
@@ -350,7 +318,6 @@ SWIFT_CLASS("_TtC12YandexPaySDK31YPFullscreenContainerController")
350318
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
351319
@end
352320

353-
354321
SWIFT_CLASS("_TtC12YandexPaySDK23YandexPayViewController")
355322
@interface YandexPayViewController : UIViewController
356323
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;

0 commit comments

Comments
 (0)