Skip to content

Commit bcacd7f

Browse files
update xcframwork directory. Version - 0.11.0
1 parent 500d9e6 commit bcacd7f

28 files changed

+10636
-875
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>
Binary file not shown.

UNComponents.xcframework/ios-arm64/UNComponents.framework/Modules/UNComponents.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 3296 additions & 237 deletions
Large diffs are not rendered by default.

UNComponents.xcframework/ios-arm64/UNComponents.framework/Modules/UNComponents.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 115 additions & 22 deletions
Large diffs are not rendered by default.

UNComponents.xcframework/ios-arm64/UNComponents.framework/Modules/UNComponents.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 115 additions & 22 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.

UNComponents.xcframework/ios-arm64/UNComponents.framework/html.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
})
5959
});
6060

61+
window.addEventListener("unitPaymentInitialStageBackButtonClicked", (e) => {
62+
postMessageToSDK({ type: "unit", action: 'unitPaymentInitialStageBackButtonClicked', details: e.detail })
63+
});
64+
65+
window.addEventListener("unitPaymentFinalStageDoneButtonClicked", (e) => {
66+
postMessageToSDK({ type: "unit", action: 'unitPaymentFinalStageDoneButtonClicked', details: e.detail })
67+
});
68+
69+
6170
window.addEventListener("unitCheckDepositCreated", (e) => {
6271
const response = e.detail
6372
response.then((data) => {
@@ -75,6 +84,10 @@
7584
console.log(e)
7685
})
7786
});
87+
88+
window.addEventListener("unitRequestLeftToSpendDetails", (e) => {
89+
postMessageToSDK({ type: "unit", action: 'unitRequestLeftToSpendDetails', details: e.detail })
90+
});
7891

7992
window.addEventListener("unitRequestRendering", (e) => {
8093
postMessageToSDK({ type: "unit", action: 'unitRequestRendering', details: e.detail })

0 commit comments

Comments
 (0)