From 1d824c79eac8301f75cb1cb7db6814ff28a0644f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Aug 2024 15:06:36 +0200 Subject: [PATCH] add new version 13.1.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e3676b8..2159366 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,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.3") + .exact("11.1.4") ), .package( name: "WebIdIosIdentScanPlugin", @@ -33,8 +33,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.1.0.zip", - checksum: "525469795857ce0065e07f8a0a631d78edb35a3db1252716e4e12d7410fe585d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.1.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.1.1.zip", + checksum: "49bbd9db4f31d5b71b381f005d8ad986dabd13ed213a5dbdd3f539923c700f8e" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",