From b6a777cd5ee5c022ecc0ed7c70325b3f772cacfb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 27 Apr 2026 13:43:07 +0200 Subject: [PATCH] add new version 22.4.3-SNAPSHOT-1696 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 4835d31..384701c 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("22.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.1.0") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("22.1.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.1/WebIdVideoIdProductPlugin.framework-v22.4.1-SNAPSHOT-1693.zip", - checksum: "46e25f338fd411aca0f29ca60d9ed9e537022138d3f641b16105ae423d6901f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.3/WebIdVideoIdProductPlugin.framework-v22.4.3-SNAPSHOT-1696.zip", + checksum: "b1ddd408478d8708d00601af09f995b84ba23e6dcf56b1f8603ee0fd31a8bdb5" ), .target( name: "WebIdVideoIdProductPluginWrapper",