From cb474b28f9212135c297fff6d91d23159353c7c3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 12:44:41 +0200 Subject: [PATCH] add new version 21.2.2-SNAPSHOT-1604 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e3c1ef4..c4071c4 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("21.1.0") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.2.2/WebIdOnDeviceDocumentScanner.framework-v21.2.2-SNAPSHOT-1601.zip", - checksum: "91f6d317c1aab64c912d3a54908faa0b28746a6941ad52892aafab1d411e1074" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.2.2/WebIdOnDeviceDocumentScanner.framework-v21.2.2-SNAPSHOT-1604.zip", + checksum: "60e80378bb7f0ca23df330fa6c31f146fe4fa30a68f4e085dd904095ee7fcb41" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",