From c3432751e6d2aa6e58da379f6fdcb19629879d00 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 Apr 2026 12:53:41 +0200 Subject: [PATCH] add new version 22.0.4-SNAPSHOT-1629 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index fa03a30..6c9e336 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.2.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.4/WebIdOnDeviceDocumentScanner.framework-v22.0.4-SNAPSHOT-1627.zip", - checksum: "4d06b6e67932184479b75c5361679effd70d083112c06796a0261f563b85fbfe" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.4/WebIdOnDeviceDocumentScanner.framework-v22.0.4-SNAPSHOT-1629.zip", + checksum: "32bd305ecaa6ac1c1142255da7f8b7629b21d0a3fe74c2add8ff7f1617267da3" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",