From d8b9ffe855a93153e9c4e056415cee82fd65d527 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 22 Oct 2024 11:40:13 +0200 Subject: [PATCH] add new version 13.3.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index ab12aa9..b41b492 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.4") + .exact("11.1.5") ), .package( name: "WebIdIosIdentScanPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.2.0/WebIdEIdOnServerProductPlugin.framework-v13.2.0.zip", - checksum: "93691fef4449d4d8fee2a0cc3c4139ea54f1bbd47acfde436ae9ef9a5a761b25" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.3.0/WebIdEIdOnServerProductPlugin.framework-v13.3.0.zip", + checksum: "332303d1db2be86f6789c46c2f2d74adb1394a23e2ee40c01f3bf1dc345d7621" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",