From c17b87ad90831670b9b2408a2b9a4feb68860818 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 8 Oct 2025 15:20:32 +0200 Subject: [PATCH] add new version 21.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 2af976e..010a93f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.2.1") + .exact("20.3.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.2.1") + .exact("20.3.4") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.2.1") + .exact("20.3.4") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.3/WebIdAutoIdProductPlugin.framework-v21.0.3.zip", - checksum: "32b058ea2bf887332415d647af6d57333a7d0466ef83bef8e3f6283d03f82798" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.0/WebIdAutoIdProductPlugin.framework-v21.1.0.zip", + checksum: "50870bd380eb3f5db664c58c4528ef52257b03f27ceb50532d7274a5465cad58" ), .target( name: "WebIdAutoIdProductPluginWrapper",