From 7fcf16ec0b5c7a93ba72d85bf78e6511361bfc25 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 13:48:29 +0100 Subject: [PATCH] add new version 20.4.2-SNAPSHOT-1536 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 728ff78..757ffa5 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", - .exact("21.0.0") + .branch("snapshots") ), .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/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip", - checksum: "5509464a7cbb189193fda8e1b71993a2abeed7c7a8c073e9b22ad44cc5c734a5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1536.zip", + checksum: "a5e13eb387c53909fc8967f8278199b60441b7da6cfe82fa774cfd6cba9966bb" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",