Skip to content

Commit

Permalink
Release v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lyraMobile committed Dec 1, 2023
1 parent acce0ed commit d6c581b
Show file tree
Hide file tree
Showing 23 changed files with 163 additions and 141 deletions.
3 changes: 2 additions & 1 deletion LyraPaymentSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"2.6.4": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.4/LyraPaymentSDK.xcframework.zip",
"2.6.5": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.5/LyraPaymentSDK.xcframework.zip",
"2.6.6": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.6/LyraPaymentSDK.xcframework.zip",
"2.6.7": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.7/LyraPaymentSDK.xcframework.zip"
"2.6.7": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.7/LyraPaymentSDK.xcframework.zip",
"2.6.8": "https://raw.githubusercontent.com/lyra/ios-sdk/2.6.8/LyraPaymentSDK.xcframework.zip"
}
2 changes: 1 addition & 1 deletion LyraPaymentSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LyraPaymentSDK'
s.version = '2.6.7'
s.version = '2.6.8'
s.summary = 'LyraPaymentSDK allows you to make payments from your iOS mobile App :)'

s.homepage = 'https://github.com/lyra/ios-sdk'
Expand Down
Binary file modified LyraPaymentSDK.xcframework.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions LyraPaymentSDK.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_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>LyraPaymentSDK.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</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>LyraPaymentSDK.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 @@ -412,9 +412,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display in loading popup while payment is in process .
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull customPopupLabel;)
+ (NSString * _Nonnull)customPopupLabel SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display for payment item description in apple pay authorization view
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePaymentSummaryDescription;)
+ (NSString * _Nonnull)applePaymentSummaryDescription SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the person or company receiving payment.
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePayMerchantName;)
+ (NSString * _Nonnull)applePayMerchantName SWIFT_WARN_UNUSED_RESULT;
/// Initializes the SDK with the value of publicKey. This function must be invoked before trying to launch a payment/register-card process from the SDK.
/// \param publicKey Key for VAD access (available in merchant BO: Settings->Shop->REST API Keys)
///
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2281,8 +2281,8 @@
},
{
"kind": "Var",
"name": "applePaymentSummaryDescription",
"printedName": "applePaymentSummaryDescription",
"name": "applePayMerchantName",
"printedName": "applePayMerchantName",
"children": [
{
"kind": "TypeNominal",
Expand All @@ -2292,8 +2292,8 @@
}
],
"declKind": "Var",
"usr": "c:@M@LyraPaymentSDK@objc(cs)Lyra(cpy)applePaymentSummaryDescription",
"mangledName": "$s14LyraPaymentSDK0A0C05appleB18SummaryDescriptionSSvpZ",
"usr": "c:@M@LyraPaymentSDK@objc(cs)Lyra(cpy)applePayMerchantName",
"mangledName": "$s14LyraPaymentSDK0A0C20applePayMerchantNameSSvpZ",
"moduleName": "LyraPaymentSDK",
"static": true,
"declAttributes": [
Expand All @@ -2320,8 +2320,8 @@
}
],
"declKind": "Accessor",
"usr": "c:@M@LyraPaymentSDK@objc(cs)Lyra(cm)applePaymentSummaryDescription",
"mangledName": "$s14LyraPaymentSDK0A0C05appleB18SummaryDescriptionSSvgZ",
"usr": "c:@M@LyraPaymentSDK@objc(cs)Lyra(cm)applePayMerchantName",
"mangledName": "$s14LyraPaymentSDK0A0C20applePayMerchantNameSSvgZ",
"moduleName": "LyraPaymentSDK",
"static": true,
"implicit": true,
Expand Down Expand Up @@ -29273,8 +29273,8 @@
},
{
"kind": "Var",
"name": "applePaymentDescription",
"printedName": "applePaymentDescription",
"name": "applePayMerchantName",
"printedName": "applePayMerchantName",
"children": [
{
"kind": "TypeNominal",
Expand All @@ -29284,8 +29284,8 @@
}
],
"declKind": "Var",
"usr": "s:14LyraPaymentSDK13EngineHandlerC05appleB11DescriptionSSvp",
"mangledName": "$s14LyraPaymentSDK13EngineHandlerC05appleB11DescriptionSSvp",
"usr": "s:14LyraPaymentSDK13EngineHandlerC20applePayMerchantNameSSvp",
"mangledName": "$s14LyraPaymentSDK13EngineHandlerC20applePayMerchantNameSSvp",
"moduleName": "LyraPaymentSDK",
"declAttributes": [
"HasInitialValue",
Expand All @@ -29309,8 +29309,8 @@
}
],
"declKind": "Accessor",
"usr": "s:14LyraPaymentSDK13EngineHandlerC05appleB11DescriptionSSvg",
"mangledName": "$s14LyraPaymentSDK13EngineHandlerC05appleB11DescriptionSSvg",
"usr": "s:14LyraPaymentSDK13EngineHandlerC20applePayMerchantNameSSvg",
"mangledName": "$s14LyraPaymentSDK13EngineHandlerC20applePayMerchantNameSSvg",
"moduleName": "LyraPaymentSDK",
"implicit": true,
"declAttributes": [
Expand Down Expand Up @@ -93356,84 +93356,91 @@
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 456,
"offset": 443,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 22,
"value": "\"com.lyra-network.sdk\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 917,
"offset": 959,
"length": 15,
"value": "\"themeFileName\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 1187,
"offset": 1229,
"length": 15,
"value": "\"apiServerName\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 1433,
"offset": 1475,
"length": 21,
"value": "\"cardScanningEnabled\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 1710,
"offset": 1752,
"length": 20,
"value": "\"applePayMerchantId\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 2112,
"offset": 2154,
"length": 6,
"value": "\"mode\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 2436,
"offset": 2478,
"length": 22,
"value": "\"customPayButtonLabel\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 2707,
"offset": 2749,
"length": 19,
"value": "\"customHeaderLabel\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 2989,
"offset": 3031,
"length": 18,
"value": "\"customPopupLabel\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "StringLiteral",
"offset": 3297,
"length": 32,
"value": "\"applePaymentSummaryDescription\""
"offset": 3289,
"length": 22,
"value": "\"applePayMerchantName\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "Dictionary",
"offset": 3907,
"offset": 3889,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Lyra.swift",
"kind": "Dictionary",
"offset": 6762,
"offset": 6840,
"length": 3,
"value": "[]"
},
Expand Down Expand Up @@ -94196,42 +94203,42 @@
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "StringLiteral",
"offset": 1165,
"offset": 1162,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "StringLiteral",
"offset": 1210,
"offset": 1207,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "StringLiteral",
"offset": 1254,
"offset": 1251,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "IntegerLiteral",
"offset": 1292,
"offset": 1289,
"length": 3,
"value": "777"
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "Dictionary",
"offset": 1532,
"offset": 1529,
"length": 3,
"value": "[]"
},
{
"filePath": "\/Users\/vagrant\/git\/LyraPaymentSDK\/Engine\/EngineHandler.swift",
"kind": "Dictionary",
"offset": 5404,
"offset": 5388,
"length": 3,
"value": "[]"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import sentry_client_cocoa
@objc public static let customPayButtonLabel: Swift.String
@objc public static let customHeaderLabel: Swift.String
@objc public static let customPopupLabel: Swift.String
@objc public static let applePaymentSummaryDescription: Swift.String
@objc public static let applePayMerchantName: Swift.String
@objc public static func initialize(_ publicKey: Swift.String, _ options: [Swift.String : Any] = [:]) throws
@objc public static func getSDKVersion() -> Swift.String
@objc public static func process(_ contextViewController: UIKit.UIViewController, _ formToken: Swift.String, onSuccess: @escaping ((_ lyraResponse: LyraPaymentSDK.LyraResponse) -> Swift.Void), onError: @escaping ((_ error: LyraPaymentSDK.LyraError, _ lyraResponse: LyraPaymentSDK.LyraResponse?) -> Swift.Void), _ options: [Swift.String : Any] = [:]) throws
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import sentry_client_cocoa
@objc public static let customPayButtonLabel: Swift.String
@objc public static let customHeaderLabel: Swift.String
@objc public static let customPopupLabel: Swift.String
@objc public static let applePaymentSummaryDescription: Swift.String
@objc public static let applePayMerchantName: Swift.String
@objc public static func initialize(_ publicKey: Swift.String, _ options: [Swift.String : Any] = [:]) throws
@objc public static func getSDKVersion() -> Swift.String
@objc public static func process(_ contextViewController: UIKit.UIViewController, _ formToken: Swift.String, onSuccess: @escaping ((_ lyraResponse: LyraPaymentSDK.LyraResponse) -> Swift.Void), onError: @escaping ((_ error: LyraPaymentSDK.LyraError, _ lyraResponse: LyraPaymentSDK.LyraResponse?) -> Swift.Void), _ options: [Swift.String : Any] = [:]) throws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display in loading popup while payment is in process .
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull customPopupLabel;)
+ (NSString * _Nonnull)customPopupLabel SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display for payment item description in apple pay authorization view
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePaymentSummaryDescription;)
+ (NSString * _Nonnull)applePaymentSummaryDescription SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the person or company receiving payment.
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePayMerchantName;)
+ (NSString * _Nonnull)applePayMerchantName SWIFT_WARN_UNUSED_RESULT;
/// Initializes the SDK with the value of publicKey. This function must be invoked before trying to launch a payment/register-card process from the SDK.
/// \param publicKey Key for VAD access (available in merchant BO: Settings->Shop->REST API Keys)
///
Expand Down Expand Up @@ -925,9 +925,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display in loading popup while payment is in process .
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull customPopupLabel;)
+ (NSString * _Nonnull)customPopupLabel SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the text for display for payment item description in apple pay authorization view
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePaymentSummaryDescription;)
+ (NSString * _Nonnull)applePaymentSummaryDescription SWIFT_WARN_UNUSED_RESULT;
/// Key for sdk options dictionary in process method. The expected value for this key in the options dictionary is a String thats represents the person or company receiving payment.
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull applePayMerchantName;)
+ (NSString * _Nonnull)applePayMerchantName SWIFT_WARN_UNUSED_RESULT;
/// Initializes the SDK with the value of publicKey. This function must be invoked before trying to launch a payment/register-card process from the SDK.
/// \param publicKey Key for VAD access (available in merchant BO: Settings->Shop->REST API Keys)
///
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d6c581b

Please sign in to comment.