Skip to content

Commit

Permalink
fixing spell checker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Dec 11, 2024
1 parent c452d74 commit 912d4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdyenActions/Components/SDK/Twint+Injectable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ import Foundation

/// Re-casting **`[TWAppConfiguration]`** into **`[TWAppConfiguration]`** via **`[NSObject]`**
///
/// - **Background:** If different SDKs that use the **TwintSDK** internally are imported by an app
/// it can lead to the system providing a **TwintSDK** class of the other SDK resulting in a runtime crash when type checking.
/// - **Background:** If different SDKs that use the **TwintSDK** internally are imported by an app,
/// it can lead to the system providing a **TwintSDK** class of the other SDK, resulting in a runtime crash when type checking.
/// See: [Github Issue](https://github.com/Adyen/adyen-ios/issues/1902)
/// - **Solution:** To work around this we implicitly cast the `[TWAppConfiguration]` to an `[NSObject]`
/// and then explicitly back to `[TWAppConfiguration]` which makes sure the correctly loaded class is used.
Expand Down
1 change: 1 addition & 0 deletions spell-check-word-allow-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ whiteList:
- youtrack
- itau
- primeiropay
- SDKs

0 comments on commit 912d4ec

Please sign in to comment.