From 5312e7688235eb14e73c5c5eb2854474e75b9854 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 4 Feb 2026 16:15:46 +0100 Subject: [PATCH] add new version 22.0.2-SNAPSHOT-1579 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 39a1ac8..67fe78b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.0.0") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.0.0") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.0") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.2.2/WebIdVideoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1569.zip", - checksum: "abcc64fcdb77d5c91b598f8dc162f9a71610ef9513b09abd84dd35a7e123ea59" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.2/WebIdVideoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1579.zip", + checksum: "04c1bd8b48069e144c61d6da5d7d7aaac277a21610671490715306e4bd9cf14f" ), .target( name: "WebIdVideoIdProductPluginWrapper",