Skip to content

Commit 3f5aa34

Browse files
committed
version 0.4.0
1 parent 203c53c commit 3f5aa34

File tree

28 files changed

+46829
-26170
lines changed

28 files changed

+46829
-26170
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</string>
11+
<string>ios-arm64_x86_64-simulator</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>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>DebugSymbolsPath</key>
2326
<string>dSYMs</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>UNComponents.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,18 @@ SWIFT_CLASS("_TtC12UNComponents20UNACHCreditComponent")
272272

273273

274274

275+
SWIFT_CLASS("_TtC12UNComponents19UNACHDebitComponent")
276+
@interface UNACHDebitComponent : UIView
277+
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
278+
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
279+
@end
280+
281+
282+
283+
284+
285+
286+
275287
SWIFT_CLASS("_TtC12UNComponents19UNActivityComponent")
276288
@interface UNActivityComponent : UIView
277289
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
@@ -283,6 +295,7 @@ SWIFT_CLASS("_TtC12UNComponents19UNActivityComponent")
283295

284296

285297

298+
286299
#endif
287300
#if defined(__cplusplus)
288301
#endif
Binary file not shown.

0 commit comments

Comments
 (0)