Skip to content

Commit

Permalink
Simplify the table
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 15, 2024
1 parent 7488a50 commit e8c5657
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions docs/SDK-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.11.0"))
.package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.12.0"))
],
targets: [
.target(
Expand All @@ -53,19 +53,13 @@ Note: If you want to use only operations, you can omit the Push dependency and i

## Guaranteed PowerAuth Compatibility

| WMT SDK | PowerAuth SDK |
|-----------------|---------------|
| `1.12.x` | `1.9.x` |
| `1.11.x` | `1.8.x` |
| `1.10.x` | `1.8.x` |
| `1.9.x` | `1.8.x` |
| `1.8.x` | `1.8.x` |
| `1.7.x` | `1.7.x` |
| `1.6.x` | `1.7.x` |
| `1.5.x` | `1.6.x` |
| `1.4.x` | `1.6.x` |
| `1.3.x` | `1.6.x` |
| `1.0.x - 1.2.x` | `1.5.x` |
| WMT SDK | PowerAuth SDK |
|-----------------------|---------------|
| `1.12.x` | `1.9.x` |
| `1.8.x` - `1.11.x` | `1.8.x` |
| `1.6.x` - `1.7.x` | `1.7.x` |
| `1.3.x` - `1.5.x` | `1.6.x` |
| `1.0.x` - `1.2.x` | `1.5.x` |

## Xcode Compatibility

Expand Down

0 comments on commit e8c5657

Please sign in to comment.