From 34fa2d46e11dbfc7a11b02548cd95d2d6bb0fdfd Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 2 Sep 2025 17:20:10 +0200 Subject: [PATCH] add new version 21.0.3-SNAPSHOT-1500 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e084428..008c3e0 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/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .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: "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: "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") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/20.1.2/WebIdAutoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1489.zip", - checksum: "9125479e58cb5638d3024cf6562f44e139d1ec559457b1ba2442edbe05172602" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.3/WebIdAutoIdProductPlugin.framework-v21.0.3-SNAPSHOT-1500.zip", + checksum: "cb11fca8bff8dcce6d10f6b96af07dff9fdcab4eaee146bbb03b09353930e3a2" ), .target( name: "WebIdAutoIdProductPluginWrapper",