From 96cc2765585e45f598da889ac20a15da640fdd59 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 28 Aug 2025 17:11:38 +0200 Subject: [PATCH] add new version 21.0.1 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 5b6e011..6591e35 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.0/WebIdAccountIdProductPlugin.framework-v21.0.0.zip", - checksum: "4a88606211e036e8850aa2393395adef5fcc1e6451b382dd9bf102bd6509e208" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.1/WebIdAccountIdProductPlugin.framework-v21.0.1.zip", + checksum: "f82d1551804764f528e63ef135b093fac249ca6b65ad3e9b2bb0db5041871e85" ), .target( name: "WebIdAccountIdProductPluginWrapper",