From 282a77155424e21d037334dbc94a6e53dd755e79 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Feb 2026 13:15:34 +0100 Subject: [PATCH] add new version 22.0.2-SNAPSHOT-1582 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index c59ed63..3c2b157 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", - .branch("snapshots") + .exact("21.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("21.1.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .exact("21.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("21.1.0") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .branch("snapshots") + .exact("2.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.2/WebIdAutoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1579.zip", - checksum: "b19d7dcdf45012d93a048bafb5cdf49b090b6c6271bbe03289d88b9a4eb6ab87" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.2/WebIdAutoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1582.zip", + checksum: "093eb9c5835221b93a5181a04a4038ff740bc4579d7022be6fe0271fa8da52ce" ), .target( name: "WebIdAutoIdProductPluginWrapper",