From 4821c1c2c691a4f811086ead8a7d46fecd123d32 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 30 Mar 2026 13:35:27 +0200 Subject: [PATCH] add new version 22.2.4-SNAPSHOT-1658 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index c02da3a..168adba 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.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip", - checksum: "1b3a76b1c17d61b40f5d7c766b43b0b1b2c5605a3e456744939819cdf9653084" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4-SNAPSHOT-1658.zip", + checksum: "ab23acd256235b3f2bf5ee0e0c9f851f03c19aa95b529da985beedaa85981cb5" ), .target( name: "WebIdAutoIdProductPluginWrapper",