From 357834f052c7bf0d47e9c13ea3ef291b600e4892 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 25 Nov 2025 20:03:56 +0100 Subject: [PATCH] add new version 21.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d8322d3..fcafbd3 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.5") + .exact("20.4.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.5") + .exact("20.4.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("20.3.2") + .exact("20.4.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.3") + .exact("20.4.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.1.2/WebIdEIdProductPlugin.framework-v21.1.2.zip", - checksum: "fa799a8844e52c1975bcada8d78afb0656942ad398b503c9b8954f1c061ad874" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.2.0/WebIdEIdProductPlugin.framework-v21.2.0.zip", + checksum: "d1cb2fa53854350653a4a0854b2e4895b3c02d31de190c67df3fae50d1f86d25" ), .target( name: "WebIdEIdProductPluginWrapper",