From b9455604e9c170061e89f4f902431fc1a83572e9 Mon Sep 17 00:00:00 2001 From: Jan Kobersky Date: Wed, 10 Jul 2024 12:41:14 +0200 Subject: [PATCH] Updated Package.swift and compatibility table --- Package.swift | 2 +- docs/SDK-Integration.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index f0576cc..5acdc44 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.8.0")), - .package(url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.3.0")) + .package(url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.4.0")) ], targets: [ .target( diff --git a/docs/SDK-Integration.md b/docs/SDK-Integration.md index f0d1a26..ee8c636 100644 --- a/docs/SDK-Integration.md +++ b/docs/SDK-Integration.md @@ -26,7 +26,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.8.0")) + .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.11.0")) ], targets: [ .target( @@ -64,6 +64,7 @@ Note: If you want to use only operations, you can omit the Push dependency and i | `1.8.x` | `1.8.x` | | `1.9.x` | `1.8.x` | | `1.10.x` | `1.8.x` | +| `1.11.x` | `1.8.x` | ## Xcode Compatibility