Skip to content

Commit

Permalink
1.12.x: Fixed Guaranteed PA compatibility table (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 authored Nov 17, 2024
1 parent 6170745 commit 12c4b1d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 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,18 +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.0.x` - `1.2.x` | `1.x.x` |
| `1.3.x` | `1.6.x` |
| `1.4.x` | `1.6.x` |
| `1.5.x` | `1.6.x` |
| `1.6.x` | `1.7.x` |
| `1.7.x` | `1.7.x` |
| `1.8.x` | `1.8.x` |
| `1.9.x` | `1.8.x` |
| `1.10.x` | `1.8.x` |
| `1.11.x` | `1.8.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 12c4b1d

Please sign in to comment.