From 3f4b9fbe7104529ff0dd022d6d7b5fd492e6f19a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 9 Oct 2025 21:39:35 +0200 Subject: [PATCH] add new version 21.1.1 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index ac1ea9d..dfffcb5 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.4") + .exact("20.3.5") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.4") + .exact("20.3.5") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.1") + .exact("20.3.2") ), .package( name: "WebIdVideoIdentPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.0/WebIdVideoIdProductPlugin.framework-v21.1.0.zip", - checksum: "05a59e0127a0e0434f6a755249a7c941d59f03fbd263a9d31e1be80f4d24a5f6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.1/WebIdVideoIdProductPlugin.framework-v21.1.1.zip", + checksum: "1f4a93285635c55d5de87ce5b8f60bfd89ffa3730c9fb6b25f5c02bd3bbf7551" ), .target( name: "WebIdVideoIdProductPluginWrapper",