Skip to content

Commit ef12620

Browse files
committed
version 0.3.0
1 parent 8a60536 commit ef12620

File tree

23 files changed

+19993
-11030
lines changed

23 files changed

+19993
-11030
lines changed

UNComponents.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>UNComponents.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>DebugSymbolsPath</key>
2623
<string>dSYMs</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>UNComponents.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>

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ SWIFT_CLASS("_TtC12UNComponents20UNACHCreditComponent")
271271

272272

273273

274+
274275
SWIFT_CLASS("_TtC12UNComponents19UNActivityComponent")
275276
@interface UNActivityComponent : UIView
276277
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
@@ -282,12 +283,6 @@ SWIFT_CLASS("_TtC12UNComponents19UNActivityComponent")
282283

283284

284285

285-
SWIFT_CLASS("_TtC12UNComponents22UNBookPaymentComponent")
286-
@interface UNBookPaymentComponent : UIView
287-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
288-
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
289-
@end
290-
291286
#endif
292287
#if defined(__cplusplus)
293288
#endif

0 commit comments

Comments
 (0)