From c12c9fc9f49a9330d6bf29e010f4e886dc4f032b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 11 Mar 2026 14:10:49 +0100 Subject: [PATCH] add new version 22.1.2-SNAPSHOT-1637 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 98e8819..3e7fa62 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.3") + .exact("2.0.4") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.6/WebIdAutoIdProductPlugin.framework-v22.0.6-SNAPSHOT-1606.zip", - checksum: "7e35562d4cb972b2001db4b5ada8541f7326d866b7511e4046c5efe1a3164e10" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.1.2/WebIdAutoIdProductPlugin.framework-v22.1.2-SNAPSHOT-1637.zip", + checksum: "e8c82a6c337d1658258a5d72e5b3dc13435ba2c236f8535288ef97171f5b8271" ), .target( name: "WebIdAutoIdProductPluginWrapper",