From 414640e5aed8206f0a504744bfb5fe34a6fa2dab Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Mar 2026 16:36:28 +0100 Subject: [PATCH] add new version 22.2.2-SNAPSHOT-1651 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index d9771fb..651f5d9 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.4") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.4") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.1.2/WebIdAutoIdProductPlugin.framework-v22.1.2-SNAPSHOT-1641.zip", - checksum: "fa810d243ddb061da95586d0264e507d97283cb7cc46eb3679be563e656ad65f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.2/WebIdAutoIdProductPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "b6ad52b68bb9065ef2bb5aebb4f5c1c9f51951d7af620ea62c7db7e36d1e683a" ), .target( name: "WebIdAutoIdProductPluginWrapper",