From 6c2cb654ac5cce1d250565baab09efe04a85e89a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 10:02:23 +0200 Subject: [PATCH] add new version 22.1.3-SNAPSHOT-1664 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 4ccaafe..9bd73e0 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("22.0.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.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1663.zip", - checksum: "9d32351c830bd49fa1fc3d0698e900133bfabf7464ecafb1d036297131382785" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1664.zip", + checksum: "9c5948715e1894cc96c25745b7ca57935ff220854995e569bc44eba43213c57b" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",