diff --git a/AdyenActions/AdyenActionComponent.swift b/AdyenActions/AdyenActionComponent.swift index 4030671e77..972724332f 100644 --- a/AdyenActions/AdyenActionComponent.swift +++ b/AdyenActions/AdyenActionComponent.swift @@ -78,10 +78,13 @@ public final class AdyenActionComponent: ActionComponent, ActionHandlingComponen public var callbackAppScheme: String /// The issuer number of the highest scheme you listed under `LSApplicationQueriesSchemes`. - /// E.g. pass 39, if you listed all schemes from "twint-issuer1" up to and including "twint-issuer39". The value is clamped between 0 and 39. + /// E.g. pass 39, if you listed all schemes from "twint-issuer1" up to and including "twint-issuer39". + /// The value is clamped between 0 and 39. /// - /// - Important: All apps above "twint-issuer39" will always be returned if one of these apps is installed. For this to work, `LSApplicationQueriesSchemes` must include "twint-extended". - /// If you configure any `maxIssuerNumber` below 39, the result will always contain all apps above `maxIssuerNumber` up to and including 39, even if none of them are installed. + /// - Important: All apps above "twint-issuer39" will always be returned if one of these apps is installed. + /// For this to work, `LSApplicationQueriesSchemes` must include "twint-extended". + /// If you configure any `maxIssuerNumber` below 39, the result will always contain all apps above `maxIssuerNumber` + /// up to and including 39, even if none of them are installed. /// Additionally, if the fetch fails and the cache is empty, none of these apps will be found when probing. public var maxIssuerNumber: Int diff --git a/AdyenActions/Components/SDK/TwintSDKActionComponent.swift b/AdyenActions/Components/SDK/TwintSDKActionComponent.swift index 3278ac8d42..0e0775cc43 100644 --- a/AdyenActions/Components/SDK/TwintSDKActionComponent.swift +++ b/AdyenActions/Components/SDK/TwintSDKActionComponent.swift @@ -45,10 +45,13 @@ import Foundation public let callbackAppScheme: String /// The issuer number of the highest scheme you listed under `LSApplicationQueriesSchemes`. - /// E.g. pass 39, if you listed all schemes from "twint-issuer1" up to and including "twint-issuer39". The value is clamped between 0 and 39. + /// E.g. pass 39, if you listed all schemes from "twint-issuer1" up to and including "twint-issuer39". + /// The value is clamped between 0 and 39. /// - /// - Important: All apps above "twint-issuer39" will always be returned if one of these apps is installed. For this to work, `LSApplicationQueriesSchemes` must include "twint-extended". - /// If you configure any `maxIssuerNumber` below 39, the result will always contain all apps above `maxIssuerNumber` up to and including 39, even if none of them are installed. + /// - Important: All apps above "twint-issuer39" will always be returned if one of these apps is installed. + /// For this to work, `LSApplicationQueriesSchemes` must include "twint-extended". + /// If you configure any `maxIssuerNumber` below 39, the result will always contain all apps above `maxIssuerNumber` + /// up to and including 39, even if none of them are installed. /// Additionally, if the fetch fails and the cache is empty, none of these apps will be found when probing. public let maxIssuerNumber: Int diff --git a/AdyenActions/UI/View Controllers/DelegatedAuthentication/DelegatedAuthenticationView.swift b/AdyenActions/UI/View Controllers/DelegatedAuthentication/DelegatedAuthenticationView.swift index bfda4ceeb5..6a3350d383 100644 --- a/AdyenActions/UI/View Controllers/DelegatedAuthentication/DelegatedAuthenticationView.swift +++ b/AdyenActions/UI/View Controllers/DelegatedAuthentication/DelegatedAuthenticationView.swift @@ -15,7 +15,6 @@ internal protocol DelegatedAuthenticationViewDelegate: AnyObject { } @available(iOS 16.0, *) -// swiftlint:disable:next type_body_length internal final class DelegatedAuthenticationView: UIView { private enum Constants {