Skip to content

Commit

Permalink
Release version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallee-deployment-user committed Apr 19, 2024
1 parent 2379b96 commit 4dbcda0
Show file tree
Hide file tree
Showing 21 changed files with 3,284 additions and 3,154 deletions.
10 changes: 5 additions & 5 deletions WalleePaymentSdk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WalleePaymentSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>WalleePaymentSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,16 @@
"declKind": "Import",
"moduleName": "WalleePaymentSdk"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "Foundation",
Expand Down Expand Up @@ -1510,6 +1520,32 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "configureDeepLink",
"printedName": "configureDeepLink(deepLink:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"mangledName": "$s16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "launchPayment",
Expand Down Expand Up @@ -2302,7 +2338,7 @@
{
"filePath": "\/Users\/gitlab\/builds\/wallee-payment\/frontend\/mobile-sdk-android\/ios\/WalleePaymentSdk\/WalleePaymentSdk.swift",
"kind": "StringLiteral",
"offset": 242,
"offset": 241,
"length": 2,
"value": "\"\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Binary file not shown.
3,151 changes: 1,578 additions & 1,573 deletions WalleePaymentSdk.xcframework/ios-arm64/WalleePaymentSdk.framework/main.jsbundle

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,16 @@
"declKind": "Import",
"moduleName": "WalleePaymentSdk"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "Foundation",
Expand Down Expand Up @@ -1510,6 +1520,32 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "configureDeepLink",
"printedName": "configureDeepLink(deepLink:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"mangledName": "$s16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "launchPayment",
Expand Down Expand Up @@ -2302,7 +2338,7 @@
{
"filePath": "\/Users\/gitlab\/builds\/wallee-payment\/frontend\/mobile-sdk-android\/ios\/WalleePaymentSdk\/WalleePaymentSdk.swift",
"kind": "StringLiteral",
"offset": 242,
"offset": 241,
"length": 2,
"value": "\"\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,16 @@
"declKind": "Import",
"moduleName": "WalleePaymentSdk"
},
{
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "Foundation",
Expand Down Expand Up @@ -1510,6 +1520,32 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "configureDeepLink",
"printedName": "configureDeepLink(deepLink:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"mangledName": "$s16WalleePaymentSdkAAC17configureDeepLink04deepF0ySS_tF",
"moduleName": "WalleePaymentSdk",
"declAttributes": [
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "launchPayment",
Expand Down Expand Up @@ -2302,7 +2338,7 @@
{
"filePath": "\/Users\/gitlab\/builds\/wallee-payment\/frontend\/mobile-sdk-android\/ios\/WalleePaymentSdk\/WalleePaymentSdk.swift",
"kind": "StringLiteral",
"offset": 242,
"offset": 241,
"length": 2,
"value": "\"\""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class WalleePaymentSdk {
public init(eventObserver: WalleePaymentSdk.WalleePaymentResultObserver)
public func launchPayment(token: Swift.String)
public func configureApplePay(merchantId: Swift.String)
public func configureDeepLink(deepLink: Swift.String)
@available(iOS 13.0, *)
public func launchPayment(token: Swift.String, isSwiftUI: Swift.Bool)
public func close()
Expand Down
Binary file not shown.
Loading

0 comments on commit 4dbcda0

Please sign in to comment.