From b85a76bded76018540746b324d46e04144f6fa41 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:13:47 +0200 Subject: [PATCH] add new version 22.0.2-SNAPSHOT-1613 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 5df9ddd..1724e89 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/22.0.2/WebIdOnDeviceDocumentScanner.framework-v22.0.2-SNAPSHOT-1612.zip", - checksum: "64a5042cee0dbc66b5b620121c073c71e5d8d832bd70c3926ffa580c126c9a2a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.2/WebIdOnDeviceDocumentScanner.framework-v22.0.2-SNAPSHOT-1613.zip", + checksum: "4a254d7af3957da5135eba748b5a87e29b23098ac0fc71bd1901c46fbcf7c902" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",